Definition at line 148 of file registry.py.
def lsst.pex.config.registry.RegistryInstanceDict.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
field |
|
) |
| |
def lsst.pex.config.registry.RegistryInstanceDict.__setattr__ |
( |
|
self, |
|
|
|
attr, |
|
|
|
value |
|
) |
| |
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.
lsst.pex.config.registry.RegistryInstanceDict.registry |
lsst.pex.config.registry.RegistryInstanceDict.target = property(_getTarget) |
|
static |
lsst.pex.config.registry.RegistryInstanceDict.targets = property(_getTargets) |
|
static |
The documentation for this class was generated from the following file: