lsst.daf.base  13.0-2-g167564e
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
lsst.daf.base.propertyContainer.propertyContainerContinued.PropertySet Class Reference

Public Member Functions

def get
 
def set
 
def add
 
def toDict
 

Detailed Description

Definition at line 170 of file propertyContainerContinued.py.

Member Function Documentation

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.


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