lsst.pipe.tasks
ge5253750de+2524c5b224
Loading...
Searching...
No Matches
python
lsst
pipe
tasks
configurableActions.py
Go to the documentation of this file.
1
import
warnings
2
3
warnings.warn(
4
"lsst.pipe.tasks.configurableActions is deprecated; "
5
"it has been moved to lsst.pex.config.configurableActions. "
6
"Accessing though lsst.pipe.tasks will be removed from "
7
"Science Pipelines after release 26.0.0"
,
8
stacklevel=2,
# Issue warning from caller.
9
category=FutureWarning
10
)
11
12
from
lsst.pex.config.configurableActions
import
*
# noqa: F401 E402, F403
lsst::pex::config.configurableActions
Generated on Fri Oct 20 2023 11:02:53 for lsst.pipe.tasks by
1.9.8