lsst.pex.config
18.1.0-2-g919ecaf
|
Public Member Functions | |
def | __init__ (self, config, field) |
def | apply (self, args, kw) |
def | __setattr__ (self, attr, value) |
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") |
Public Attributes | |
registry | |
Properties | |
target = property(_getTarget) | |
targets = property(_getTargets) | |
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 `RegistryField`. Parameters ---------- config : `lsst.pex.config.Config` Configuration instance. field : `RegistryField` Configuration field.
Definition at line 219 of file registry.py.
def pex.config.registry.RegistryInstanceDict.__init__ | ( | self, | |
config, | |||
field | |||
) |
Definition at line 230 of file registry.py.
|
inherited |
Definition at line 153 of file configChoiceField.py.
|
inherited |
Definition at line 243 of file configChoiceField.py.
|
inherited |
Definition at line 159 of file configChoiceField.py.
|
inherited |
Definition at line 156 of file configChoiceField.py.
def pex.config.registry.RegistryInstanceDict.__setattr__ | ( | self, | |
attr, | |||
value | |||
) |
Definition at line 270 of file registry.py.
|
inherited |
Definition at line 291 of file configChoiceField.py.
|
inherited |
Definition at line 259 of file configChoiceField.py.
def pex.config.registry.RegistryInstanceDict.apply | ( | self, | |
args, | |||
kw | |||
) |
Call the active target(s) with the active config as a keyword arg If this is a multi-selection field, return a list obtained by calling each active target with its corresponding active config. Additional arguments will be passed on to the configurable target(s)
Definition at line 250 of file registry.py.
pex.config.registry.RegistryInstanceDict.registry |
Definition at line 232 of file registry.py.
|
staticinherited |
Definition at line 236 of file configChoiceField.py.
|
staticinherited |
Definition at line 221 of file configChoiceField.py.
|
staticinherited |
Definition at line 215 of file configChoiceField.py.
|
static |
Definition at line 240 of file registry.py.
|
static |
Definition at line 248 of file registry.py.
|
staticinherited |
Definition at line 151 of file configChoiceField.py.