|
lsst.pex.config
17.0.1
|
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) | |
Dictionary of instantiated configs, used to populate a
`~lsst.pex.config.ConfigChoiceField`.
Parameters
----------
config : `lsst.pex.config.Config`
A configuration instance.
field : `lsst.pex.config.Field`-type
A configuration field. Note that the `lsst.pex.config.Field.fieldmap`
attribute must provide key-based access to configuration classes,
(that is, ``typemap[name]``).
Definition at line 130 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__init__ | ( | self, | |
| config, | |||
| field | |||
| ) |
Definition at line 143 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__contains__ | ( | self, | |
| k | |||
| ) |
Definition at line 154 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__getitem__ | ( | self, | |
| k, | |||
at = None, |
|||
label = "default" |
|||
| ) |
Definition at line 244 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__iter__ | ( | self | ) |
Definition at line 160 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__len__ | ( | self | ) |
Definition at line 157 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setattr__ | ( | self, | |
| attr, | |||
| value, | |||
at = None, |
|||
label = "assignment" |
|||
| ) |
Definition at line 292 of file configChoiceField.py.
| def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setitem__ | ( | self, | |
| k, | |||
| value, | |||
at = None, |
|||
label = "assignment" |
|||
| ) |
Definition at line 260 of file configChoiceField.py.
|
static |
Definition at line 237 of file configChoiceField.py.
|
static |
Definition at line 222 of file configChoiceField.py.
|
static |
Definition at line 216 of file configChoiceField.py.
|
static |
Definition at line 152 of file configChoiceField.py.
1.8.13