LSSTApplications
20.0.0
LSSTDataManagementBasePackage
stack
1a1d771
Linux64
shapelet
20.0.0
python
lsst
shapelet
constants
constantsContinued.py
Go to the documentation of this file.
1
from
.constants
import
BasisTypeEnum
2
3
from
lsst.utils
import
continueClass
4
5
__all__ = []
6
7
8
@continueClass
# noqa F811
9
class
BasisTypeEnum
:
10
# Workaround for broken pickling on Python 2
11
# Without this fails with: TypeError: lsst.shapelet.constants.BasisTypeEnum.__new__(
12
# lsst.shapelet.constants.BasisTypeEnum) is not safe, use object.__new__()
13
def
__reduce__
(self):
14
return
(BasisTypeEnum, (int(self), ))
lsst::shapelet.constants.constantsContinued.BasisTypeEnum
Definition:
constantsContinued.py:9
lsst::shapelet.constants.constantsContinued.BasisTypeEnum.__reduce__
def __reduce__(self)
Definition:
constantsContinued.py:13
lsst::utils
Definition:
Backtrace.h:29
Generated on Wed Jun 24 2020 18:10:11 for LSSTApplications by
1.8.18