lsst.daf.base
13.0-2-g167564e+7
|
Public Member Functions | |
def | get |
def | set |
def | add |
def | toDict |
Definition at line 170 of file propertyContainerContinued.py.
def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertySet.add | ( | self, | |
name, | |||
value | |||
) |
Definition at line 195 of file propertyContainerContinued.py.
def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertySet.get | ( | self, | |
name, | |||
asArray = False |
|||
) |
Definition at line 189 of file propertyContainerContinued.py.
def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertySet.set | ( | self, | |
name, | |||
value | |||
) |
Definition at line 192 of file propertyContainerContinued.py.
def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertySet.toDict | ( | self | ) |
Returns a (possibly nested) dictionary with all properties.
Definition at line 198 of file propertyContainerContinued.py.