lsst.pipe.base
20.0.0-9-gabd0d4c+f2156a2bf2
|
Public Member Functions | |
def | __call__ (self, parser, namespace, values, option_string=None) |
argparse action to load config overrides from one or more files.
Definition at line 1144 of file argumentParser.py.
def lsst.pipe.base.argumentParser.ConfigFileAction.__call__ | ( | self, | |
parser, | |||
namespace, | |||
values, | |||
option_string = None |
|||
) |
Load one or more files of config overrides. Parameters ---------- parser : `argparse.ArgumentParser` Argument parser. namespace : `argparse.Namespace` Parsed command. The following attributes are updated by this method: ``namespace.config``. values : `list` A list of data config file paths. option_string : `str`, optional Option value specified by the user.
Definition at line 1148 of file argumentParser.py.