|
lsst.pex.config
14.0-2-g319577b+7
|
Public Member Functions | |
| def | __init__ (self, target, ConfigClass) |
| def | __call__ (self, args, kwargs) |
Public Attributes | |
| ConfigClass | |
A wrapper for configurables Used for configurables that don't contain a ConfigClass attribute, or contain one that is being overridden.
Definition at line 33 of file registry.py.
| def lsst.pex.config.registry.ConfigurableWrapper.__init__ | ( | self, | |
| target, | |||
| ConfigClass | |||
| ) |
Definition at line 39 of file registry.py.
| def lsst.pex.config.registry.ConfigurableWrapper.__call__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 43 of file registry.py.
| lsst.pex.config.registry.ConfigurableWrapper.ConfigClass |
Definition at line 40 of file registry.py.
1.8.13