|
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...
|
|
An ArgumentParser for pipeline tasks that don't write any output
Definition at line 681 of file argumentParser.py.