lsst.shapelet  13.0-3-g20b541e+9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
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 @continueClass
11  def __reduce__(self):
12  return (MultiShapeletFunction, (list(self.getComponents()),))
13