lsst.shapelet
14.0-1-ge6e5c2d+37
python
lsst
shapelet
constants
constantsContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
.constants
import
BasisTypeEnum
4
5
from
lsst.utils
import
continueClass
6
7
__all__ = []
8
9
10
@continueClass
# noqa F811
11
class
BasisTypeEnum
:
12
# Workaround for broken pickling on Python 2
13
# Without this fails with: TypeError: lsst.shapelet.constants.BasisTypeEnum.__new__(
14
# lsst.shapelet.constants.BasisTypeEnum) is not safe, use object.__new__()
15
def
__reduce__
(self):
16
return
(BasisTypeEnum, (int(self), ))
lsst::utils
lsst::shapelet.constants.constantsContinued.BasisTypeEnum.__reduce__
def __reduce__(self)
Definition:
constantsContinued.py:15
lsst::shapelet.constants.constantsContinued.BasisTypeEnum
Definition:
constantsContinued.py:11
Generated on Mon Feb 12 2018 10:42:05 for lsst.shapelet by
1.8.13