ConfigValueAction¶
- 
class lsst.pipe.base.ConfigValueAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)¶
- Bases: - argparse.Action- argparse action callback to override config parameters using name=value pairs from the command-line. - Methods Summary - __call__(parser, namespace, values, …)- Call self as a function. - format_usage()- Methods Documentation - 
__call__(parser, namespace, values, option_string)¶
- Call self as a function. 
 - 
format_usage()¶
 
-