|
lsst.pex.config
14.0-2-g319577b+7
|
Public Member Functions | |
| def | __init__ (self, config, field) |
| def | __contains__ (self, k) |
| def | __len__ (self) |
| def | __iter__ (self) |
| def | __getitem__ (self, k, at=None, label="default") |
| def | __setitem__ (self, k, value, at=None, label="assignment") |
| def | __setattr__ (self, attr, value, at=None, label="assignment") |
Properties | |
| types = property(lambda x: x._field.typemap) | |
| names = property(_getNames, _setNames, _delNames) | |
| name = property(_getName, _setName, _delName) | |
| active = property(_getActive) | |
A dict of instantiated configs, used to populate a ConfigChoiceField. typemap must support the following: - typemap[name]: return the config class associated with the given name
Definition at line 112 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__init__ | ( | self, | |
| config, | |||
| field | |||
| ) |
Definition at line 118 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__contains__ | ( | self, | |
| k | |||
| ) |
Definition at line 129 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__getitem__ | ( | self, | |
| k, | |||
at = None, |
|||
label = "default" |
|||
| ) |
Definition at line 219 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__iter__ | ( | self | ) |
Definition at line 135 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__len__ | ( | self | ) |
Definition at line 132 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setattr__ | ( | self, | |
| attr, | |||
| value, | |||
at = None, |
|||
label = "assignment" |
|||
| ) |
Definition at line 267 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setitem__ | ( | self, | |
| k, | |||
| value, | |||
at = None, |
|||
label = "assignment" |
|||
| ) |
Definition at line 235 of file configChoiceField.py.
|
static |
Definition at line 217 of file configChoiceField.py.
|
static |
Definition at line 201 of file configChoiceField.py.
|
static |
Definition at line 195 of file configChoiceField.py.
|
static |
Definition at line 127 of file configChoiceField.py.
1.8.13