lsst.pipe.base
21.0.0-19-g1f131b1+29afaafaac
|
Public Member Functions | |
def | __call__ (self, parser, namespace, values, option_string) |
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.
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.