|
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") |
|
|
| 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) |
|
Definition at line 148 of file registry.py.
◆ __init__()
def lsst.pex.config.registry.RegistryInstanceDict.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
field |
|
) |
| |
◆ __contains__()
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__contains__ |
( |
|
self, |
|
|
|
k |
|
) |
| |
|
inherited |
◆ __getitem__()
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__getitem__ |
( |
|
self, |
|
|
|
k, |
|
|
|
at = None , |
|
|
|
label = "default" |
|
) |
| |
|
inherited |
◆ __iter__()
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__iter__ |
( |
|
self | ) |
|
|
inherited |
◆ __len__()
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__len__ |
( |
|
self | ) |
|
|
inherited |
◆ __setattr__() [1/2]
def lsst.pex.config.registry.RegistryInstanceDict.__setattr__ |
( |
|
self, |
|
|
|
attr, |
|
|
|
value |
|
) |
| |
◆ __setattr__() [2/2]
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setattr__ |
( |
|
self, |
|
|
|
attr, |
|
|
|
value, |
|
|
|
at = None , |
|
|
|
label = "assignment" |
|
) |
| |
|
inherited |
◆ __setitem__()
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setitem__ |
( |
|
self, |
|
|
|
k, |
|
|
|
value, |
|
|
|
at = None , |
|
|
|
label = "assignment" |
|
) |
| |
|
inherited |
◆ apply()
def lsst.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 167 of file registry.py.
◆ registry
lsst.pex.config.registry.RegistryInstanceDict.registry |
◆ active
lsst.pex.config.configChoiceField.ConfigInstanceDict.active = property(_getActive) |
|
staticinherited |
◆ name
lsst.pex.config.configChoiceField.ConfigInstanceDict.name = property(_getName, _setName, _delName) |
|
staticinherited |
◆ names
lsst.pex.config.configChoiceField.ConfigInstanceDict.names = property(_getNames, _setNames, _delNames) |
|
staticinherited |
◆ target
lsst.pex.config.registry.RegistryInstanceDict.target = property(_getTarget) |
|
static |
◆ targets
lsst.pex.config.registry.RegistryInstanceDict.targets = property(_getTargets) |
|
static |
◆ types
lsst.pex.config.configChoiceField.ConfigInstanceDict.types = property(lambda x: x._field.typemap) |
|
staticinherited |
The documentation for this class was generated from the following file: