lsst.afw g9c22b2923f+53520f316c
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | 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

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

Protected Attributes

 _storage
 

Detailed Description

A subclass of Storable for testing purposes.

Definition at line 58 of file testUtils.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 61 of file testUtils.py.

Member Function Documentation

◆ __eq__()

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__()

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

◆ __repr__()

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

Member Data Documentation

◆ _storage

lsst.afw.typehandling.testUtils.GenericMapTestBaseClass.ComplexStorable._storage
protected

Definition at line 63 of file testUtils.py.


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