lsst.afw g5a732f18d5+66d966b544
|
Public Member Functions | |
__init__ (self, storage) | |
__repr__ (self) | |
__hash__ (self) | |
__eq__ (self, other) | |
Protected Attributes | |
_storage | |
A subclass of Storable for testing purposes.
Definition at line 58 of file testUtils.py.
lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__init__ | ( | self, | |
storage ) |
Definition at line 61 of file testUtils.py.
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.
lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__hash__ | ( | self | ) |
Reimplemented from lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable.
Definition at line 68 of file testUtils.py.
lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__repr__ | ( | self | ) |
Reimplemented from lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable.
Definition at line 65 of file testUtils.py.
|
protected |
Definition at line 63 of file testUtils.py.