lsst.pipe.base  13.0-12-gaf0c0ec+8
Static Public Attributes | List of all members
lsst.pipe.base.argumentParser.InputOnlyArgumentParser Class Reference
Inheritance diagram for lsst.pipe.base.argumentParser.InputOnlyArgumentParser:
lsst.pipe.base.argumentParser.ArgumentParser

Static Public Attributes

bool requireOutput = False
 
- Static Public Attributes inherited from lsst.pipe.base.argumentParser.ArgumentParser
bool requireOutput = True
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.base.argumentParser.ArgumentParser
def __init__ (self, name, usage="%(prog)s input [options]", kwargs)
 Construct an ArgumentParser. More...
 
def add_id_argument (self, name, datasetType, help, level=None, doMakeDataRefList=True, ContainerClass=DataIdContainer)
 Add a data ID argument. More...
 
def parse_args (self, config, args=None, log=None, override=None)
 Parse arguments for a pipeline task. More...
 
def handleCamera (self, namespace)
 Perform camera-specific operations before parsing the command line. More...
 
def convert_arg_line_to_args (self, arg_line)
 Allow files of arguments referenced by @<path> to contain multiple values on each line. More...
 

Detailed Description

An ArgumentParser for pipeline tasks that don't write any output

Definition at line 681 of file argumentParser.py.

Member Data Documentation

◆ requireOutput

bool lsst.pipe.base.argumentParser.InputOnlyArgumentParser.requireOutput = False
static

Definition at line 683 of file argumentParser.py.


The documentation for this class was generated from the following file: