lsst.shapelet
14.0-1-ge6e5c2d+54
python
lsst
shapelet
multiShapeletFunction
multiShapeletFunctionContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
.multiShapeletFunction
import
MultiShapeletFunction
4
5
from
lsst.utils
import
continueClass
6
7
__all__ = []
8
9
10
@continueClass
# noqa F811
11
class
MultiShapeletFunction
:
12
def
__reduce__
(self):
13
return
(MultiShapeletFunction, (list(self.getComponents()),))
lsst::utils
lsst::shapelet.multiShapeletFunction.multiShapeletFunctionContinued.MultiShapeletFunction.__reduce__
def __reduce__(self)
Definition:
multiShapeletFunctionContinued.py:12
lsst::shapelet.multiShapeletFunction.multiShapeletFunctionContinued.MultiShapeletFunction
Definition:
multiShapeletFunctionContinued.py:11
Generated on Sat Mar 24 2018 11:48:06 for lsst.shapelet by
1.8.13