lsst.shapelet  14.0-1-ge6e5c2d+57
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
12  def __reduce__(self):
13  return (MultiShapeletFunction, (list(self.getComponents()),))