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

Public Member Functions

def get
 
def set
 
def add
 
def toList
 
def toOrderedDict
 

Detailed Description

Definition at line 214 of file propertyContainerContinued.py.

Member Function Documentation

def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertyList.add (   self,
  name,
  value,
  comment = None 
)

Definition at line 242 of file propertyContainerContinued.py.

def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertyList.get (   self,
  name,
  asArray = False 
)

Definition at line 233 of file propertyContainerContinued.py.

def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertyList.set (   self,
  name,
  value,
  comment = None 
)

Definition at line 236 of file propertyContainerContinued.py.

def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertyList.toList (   self)

Definition at line 248 of file propertyContainerContinued.py.

def lsst.daf.base.propertyContainer.propertyContainerContinued.PropertyList.toOrderedDict (   self)
Return an ordered dictionary with all properties in the order that
they were inserted.

Definition at line 260 of file propertyContainerContinued.py.


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