argparse action callback to override config parameters using name=value pairs from the command line More...
Public Member Functions | |
def | __call__ |
Override one or more config name value pairs. More... | |
argparse action callback to override config parameters using name=value pairs from the command line
Definition at line 827 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigValueAction.__call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string | |||
) |
Override one or more config name value pairs.
[in] | parser | argument parser (instance of ArgumentParser) |
[in,out] | namespace | parsed command (an instance of argparse.Namespace); updated values:
|
[in] | values | a list of configItemName=value pairs |
[in] | option_string | option value specified by the user (a str) |
Definition at line 831 of file argumentParser.py.