|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Public Member Functions | |
| Iterable[str] | columns (self) |
| Iterable[Any] | __call__ (self, dataFrame, **kwargs) |
| None | __init_subclass__ (cls, **kwargs) |
Static Public Attributes | |
| actions = ConfigurableActionStructField(doc="Configurable actions to use in a joint action") | |
| cache | |
| cacheArgs | |
Protected Attributes | |
| _frozen | |
Static Protected Attributes | |
| Mapping | _actionCache [int, Any] |
Definition at line 32 of file _actions.py.
|
inherited |
This method should return the result of an action performed on a dataframe
Definition at line 47 of file _baseDataFrameActions.py.
|
inherited |
Definition at line 21 of file _baseDataFrameActions.py.
| Iterable[str] lsst.pipe.tasks.dataFrameActions._actions.MultiColumnAction.columns | ( | self | ) |
This property should return an iterable of columns needed by this action
Reimplemented from lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.
Definition at line 36 of file _actions.py.
|
staticprotectedinherited |
Definition at line 12 of file _baseDataFrameActions.py.
|
protectedinherited |
Definition at line 35 of file _baseDataFrameActions.py.
|
static |
Definition at line 33 of file _actions.py.
|
staticinherited |
Definition at line 14 of file _baseDataFrameActions.py.
|
staticinherited |
Definition at line 17 of file _baseDataFrameActions.py.