lsst.shapelet  13.0-4-g5a043c4+3
 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