lsst.pipe.base  21.0.0-17-g8839fe5+1de12e8e6c
Public Member Functions | List of all members
lsst.pipe.base.argumentParser.LongLogAction Class Reference
Inheritance diagram for lsst.pipe.base.argumentParser.LongLogAction:

Public Member Functions

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

Detailed Description

argparse action to make logs verbose.

An action so that it can take effect before log level options.

Definition at line 1246 of file argumentParser.py.

Member Function Documentation

◆ __call__()

def lsst.pipe.base.argumentParser.LongLogAction.__call__ (   self,
  parser,
  namespace,
  values,
  option_string 
)
Set long log.

Parameters
----------
parser : `ArgumentParser`
    Argument parser.
namespace : `argparse.Namespace`
    Parsed command. This argument is not used.
values : `list`
    Unused.
option_string : `str`
    Option value specified by the user (unused).

Definition at line 1252 of file argumentParser.py.


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