Coverage for python/lsst/shapelet/multiShapeletFunction/multiShapeletFunctionContinued.py: 89%
7 statements
« prev ^ index » next coverage.py v6.4.4, created at 2022-08-31 04:26 -0700
« prev ^ index » next coverage.py v6.4.4, created at 2022-08-31 04:26 -0700
1from .multiShapeletFunction import MultiShapeletFunction
3from lsst.utils import continueClass
5__all__ = []
8@continueClass # noqa: F811 (FIXME: remove for py 3.8+)
9class MultiShapeletFunction: # noqa: F811
10 def __reduce__(self):
11 return (MultiShapeletFunction, (list(self.getComponents()),))