lsst.pipe.tasks
21.0.0-151-g12957622+bc970add80
|
Public Member Functions | |
def | __set__ (self, instance, value, at=None, label="assignment") |
def | __init__ (self, doc, dtype=ConfigurableAction, default=None, check=None, deprecated=None) |
`ConfigurableActionField` is a subclass of `~lsst.pex.config.Field` that allows a single `ConfigurableAction` (or a subclass of thus) to be assigned to it. The `ConfigurableAction` is then accessed through this field for further configuration. Any configuration that is done prior to reasignment to a new `ConfigurableAction` is forgotten.
Definition at line 32 of file _configurableActionField.py.
def lsst.pipe.tasks.configurableActions._configurableActionField.ConfigurableActionField.__init__ | ( | self, | |
doc, | |||
dtype = ConfigurableAction , |
|||
default = None , |
|||
check = None , |
|||
deprecated = None |
|||
) |
Definition at line 66 of file _configurableActionField.py.
def lsst.pipe.tasks.configurableActions._configurableActionField.ConfigurableActionField.__set__ | ( | self, | |
instance, | |||
value, | |||
at = None , |
|||
label = "assignment" |
|||
) |
Definition at line 45 of file _configurableActionField.py.