LSSTApplications  18.1.0
LSSTDataManagementBasePackage
multiShapeletFunctionContinued.py
Go to the documentation of this file.
1 from .multiShapeletFunction import MultiShapeletFunction
2 
3 from lsst.utils import continueClass
4 
5 __all__ = []
6 
7 
8 @continueClass # noqa F811
10  def __reduce__(self):
11  return (MultiShapeletFunction, (list(self.getComponents()),))
daf::base::PropertyList * list
Definition: fits.cc:885