|
lsst.pipe.base
19.0.0-6-gb6b8b0a+1
|
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.
1.8.13