lsst.pex.config  21.0.0+0d71a2d77f
Public Member Functions | List of all members
lsst.pex.config.configDictField.ConfigDict Class Reference
Inheritance diagram for lsst.pex.config.configDictField.ConfigDict:
lsst.pex.config.dictField.Dict

Public Member Functions

def __init__ (self, config, field, value, at, label)
 
def __setitem__ (self, k, x, at=None, label="setitem", setHistory=True)
 
def __delitem__ (self, k, at=None, label="delitem")
 
- Public Member Functions inherited from lsst.pex.config.dictField.Dict
def __init__ (self, config, field, value, at, label, setHistory=True)
 
def __getitem__ (self, k)
 
def __len__ (self)
 
def __iter__ (self)
 
def __contains__ (self, k)
 
def __delitem__ (self, k, at=None, label="delitem", setHistory=True)
 
def __repr__ (self)
 
def __str__ (self)
 
def __setattr__ (self, attr, value, at=None, label="assignment")
 

Additional Inherited Members

- Properties inherited from lsst.pex.config.dictField.Dict
 history = property(lambda x: x._history)
 

Detailed Description

Internal representation of a dictionary of configuration classes.

Much like `Dict`, `ConfigDict` is a custom `MutableMapper` which tracks
the history of changes to any of its items.

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