lsst.afw g4e8c878dce+b648b522b0
|
Public Member Functions | |
def | __init__ (self, storage) |
def | __repr__ (self) |
def | __hash__ (self) |
def | __eq__ (self, other) |
A subclass of Storable for testing purposes.
Definition at line 58 of file testUtils.py.
def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__init__ | ( | self, | |
storage | |||
) |
Definition at line 61 of file testUtils.py.
def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__eq__ | ( | self, | |
other | |||
) |
Warning: violates both substitution and equality symmetry!
Reimplemented from lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable.
Definition at line 71 of file testUtils.py.
def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__hash__ | ( | self | ) |
Reimplemented from lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable.
Definition at line 68 of file testUtils.py.
def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__repr__ | ( | self | ) |
Reimplemented from lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable.
Definition at line 65 of file testUtils.py.