|
lsst.pipe.tasks g2c8cee2ce7+363d2db7ea
|
Public Member Functions | |
| None | __init_subclass__ (cls, **kwargs) |
| Iterable[Any] | __call__ (self, dataFrame, **kwargs) |
| Iterable[str] | columns (self) |
Static Public Attributes | |
| cache | |
| cacheArgs | |
Protected Attributes | |
| _frozen | |
Static Protected Attributes | |
| Mapping | _actionCache [int, Any] |
Definition at line 11 of file _baseDataFrameActions.py.
| Iterable[Any] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__call__ | ( | self, | |
| dataFrame, | |||
| ** | kwargs ) |
This method should return the result of an action performed on a dataframe
Definition at line 47 of file _baseDataFrameActions.py.
| None lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__init_subclass__ | ( | cls, | |
| ** | kwargs ) |
Definition at line 21 of file _baseDataFrameActions.py.
| Iterable[str] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.columns | ( | self | ) |
This property should return an iterable of columns needed by this action
Reimplemented in lsst.pipe.tasks.dataFrameActions._actions.AddColumn, lsst.pipe.tasks.dataFrameActions._actions.MultiColumnAction, lsst.pipe.tasks.dataFrameActions._actions.NanoJanskyErr, and lsst.pipe.tasks.dataFrameActions._actions.SingleColumnAction.
Definition at line 54 of file _baseDataFrameActions.py.
|
staticprotected |
Definition at line 12 of file _baseDataFrameActions.py.
|
protected |
Definition at line 35 of file _baseDataFrameActions.py.
|
static |
Definition at line 14 of file _baseDataFrameActions.py.
|
static |
Definition at line 17 of file _baseDataFrameActions.py.