Go to the source code of this file.
Classes | |
class | lsst.pipe.base.cmdLineTask.TaskRunner |
class | lsst.pipe.base.cmdLineTask.ButlerInitializedTaskRunner |
A TaskRunner for CmdLineTasks that require a 'butler' keyword argument to be passed to their constructor. More... | |
class | lsst.pipe.base.cmdLineTask.CmdLineTask |
Base class for command-line tasks: tasks that may be executed from the command line. More... | |
Namespaces | |
lsst.pipe.base.cmdLineTask | |
Functions | |
def | lsst.pipe.base.cmdLineTask.profile |
Context manager for profiling with cProfile. More... | |
Variables | |
list | lsst.pipe.base.cmdLineTask.__all__ = ["CmdLineTask", "TaskRunner", "ButlerInitializedTaskRunner"] |