Definition at line 11 of file _baseDataFrameActions.py.
◆ __call__()
Iterable[Any] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__call__ |
( |
|
self, |
|
|
|
dataFrame, |
|
|
** |
kwargs |
|
) |
| |
◆ __init_subclass__()
None lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.__init_subclass__ |
( |
|
cls, |
|
|
** |
kwargs |
|
) |
| |
◆ columns()
Iterable[str] lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.columns |
( |
|
self | ) |
|
◆ _actionCache [1/2]
Mapping lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction._actionCache [int, Any] |
|
staticprotected |
◆ _actionCache [2/2]
lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction._actionCache |
|
protected |
◆ cache
lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.cache |
|
static |
Initial value:= Field(doc="Controls if the results of this action should be cached,"
" only works on frozen actions",
dtype=bool, default=False)
Definition at line 14 of file _baseDataFrameActions.py.
◆ cacheArgs
lsst.pipe.tasks.dataFrameActions._baseDataFrameActions.DataFrameAction.cacheArgs |
|
static |
Initial value:= ListField(doc="If cache is True, this is a list of argument keys that will be used to "
"compute the cache key in addition to the DataFrameId",
dtype=str, optional=True)
Definition at line 17 of file _baseDataFrameActions.py.
The documentation for this class was generated from the following file: