LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst.shapelet.constants.constantsContinued.BasisTypeEnum Class Reference

Public Member Functions

def __reduce__ (self)
 

Detailed Description

Definition at line 9 of file constantsContinued.py.

Member Function Documentation

◆ __reduce__()

def lsst.shapelet.constants.constantsContinued.BasisTypeEnum.__reduce__ (   self)

Definition at line 13 of file constantsContinued.py.

13  def __reduce__(self):
14  return (BasisTypeEnum, (int(self), ))

The documentation for this class was generated from the following file: