lsst.pipe.base  21.0.0-8-gfbe0b4b+411cd868f8
Public Member Functions | List of all members
lsst.pipe.base.argumentParser.ConfigFileAction Class Reference
Inheritance diagram for lsst.pipe.base.argumentParser.ConfigFileAction:

Public Member Functions

def __call__ (self, parser, namespace, values, option_string=None)
 

Detailed Description

argparse action to load config overrides from one or more files.

Definition at line 1148 of file argumentParser.py.

Member Function Documentation

◆ __call__()

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 1152 of file argumentParser.py.


The documentation for this class was generated from the following file: