lsst.shapelet
14.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
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::shapelet.constants.constantsContinued.BasisTypeEnum.__reduce__
def __reduce__
Definition:
constantsContinued.py:15
lsst::shapelet.constants.constantsContinued.BasisTypeEnum
Definition:
constantsContinued.py:11
Generated on Fri Dec 8 2017 20:03:33 for lsst.shapelet by
1.8.5