|
| target = property(lambda x: x._target) |
|
| ConfigClass = property(lambda x: x._ConfigClass) |
|
| value = property(lambda x: x._value) |
|
Definition at line 33 of file configurableField.py.
def lsst.pex.config.configurableField.ConfigurableInstance.__init__ |
( |
|
self, |
|
|
|
config, |
|
|
|
field, |
|
|
|
at = None , |
|
|
|
label = "default" |
|
) |
| |
def lsst.pex.config.configurableField.ConfigurableInstance.__delattr__ |
( |
|
self, |
|
|
|
name, |
|
|
|
at = None , |
|
|
|
label = "delete" |
|
) |
| |
Pretend to be an isntance of ConfigClass.
Attributes defiend by ConfigurableInstance will shadow those defined in ConfigClass
Definition at line 127 of file configurableField.py.
def lsst.pex.config.configurableField.ConfigurableInstance.__getattr__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
def lsst.pex.config.configurableField.ConfigurableInstance.__setattr__ |
( |
|
self, |
|
|
|
name, |
|
|
|
value, |
|
|
|
at = None , |
|
|
|
label = "assignment" |
|
) |
| |
Pretend to be an isntance of ConfigClass.
Attributes defined by ConfigurableInstance will shadow those defined in ConfigClass
Definition at line 111 of file configurableField.py.
def lsst.pex.config.configurableField.ConfigurableInstance.apply |
( |
|
self, |
|
|
|
args, |
|
|
|
kw |
|
) |
| |
Call the confirurable.
With argument config=self.value along with any positional and kw args
Definition at line 78 of file configurableField.py.
def lsst.pex.config.configurableField.ConfigurableInstance.retarget |
( |
|
self, |
|
|
|
target, |
|
|
|
ConfigClass = None , |
|
|
|
at = None , |
|
|
|
label = "retarget" |
|
) |
| |
lsst.pex.config.configurableField.ConfigurableInstance.ConfigClass = property(lambda x: x._ConfigClass) |
|
static |
lsst.pex.config.configurableField.ConfigurableInstance.target = property(lambda x: x._target) |
|
static |
lsst.pex.config.configurableField.ConfigurableInstance.value = property(lambda x: x._value) |
|
static |
The documentation for this class was generated from the following file: