lsst.afw g776a55d5bd+bd4830ff5e
Public Member Functions | List of all members
lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable Class Reference
Inheritance diagram for lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable:
lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.SimpleStorable lsst::afw::typehandling::Storable lsst::afw::table::io::Persistable

Public Member Functions

def __init__ (self, storage)
 
def __repr__ (self)
 
def __hash__ (self)
 
def __eq__ (self, other)
 

Detailed Description

A subclass of Storable for testing purposes.

Definition at line 58 of file testUtils.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__init__ (   self,
  storage 
)

Definition at line 61 of file testUtils.py.

Member Function Documentation

◆ __eq__()

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.

◆ __hash__()

def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__hash__ (   self)

◆ __repr__()

def lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable.__repr__ (   self)

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