lsst.pipe.base  13.0-14-g8b3bf66+8
 All Classes Namespaces Files Functions Variables Pages
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

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

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.base.argumentParser.ArgumentParser
def __init__
 
def add_id_argument
 
def parse_args
 
def handleCamera
 
def convert_arg_line_to_args
 

Detailed Description

`ArgumentParser` for command-line tasks that don't write any output.

Definition at line 797 of file argumentParser.py.

Member Data Documentation

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

Definition at line 801 of file argumentParser.py.


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