lsst.pipe.tasks gfe0d0b45c8+b5802b1a16
|
Public Member Functions | |
None | __set__ (self, ConfigurableActionStruct instance, Union[str, Iterable[str]] value) |
None | __get__ (self, instance, objtype=None) |
This descriptor exists to abstract the logic of removing an interable of action names from a ConfigurableActionStruct at one time using attribute assignment. This is useful in the context of setting configuration through pipelines or on the command line. Raises ------ AttributeError Raised if an attribute specified for removal does not exist in the ConfigurableActionStruct
Definition at line 78 of file _configurableActionStructField.py.
None lsst.pipe.tasks.configurableActions._configurableActionStructField.ConfigurableActionStructRemover.__get__ | ( | self, | |
instance, | |||
objtype = None |
|||
) |
Definition at line 100 of file _configurableActionStructField.py.
None lsst.pipe.tasks.configurableActions._configurableActionStructField.ConfigurableActionStructRemover.__set__ | ( | self, | |
ConfigurableActionStruct | instance, | ||
Union[str, Iterable[str]] | value | ||
) |
Definition at line 90 of file _configurableActionStructField.py.