class documentation

class _ErrorsOnlyModeAction(_AccessRunObjectAction): (source)

View In Hierarchy

Turn on errors-only mode. Error mode: * disable all but error messages * disable the 'miscellaneous' checker which can be safely deactivated in debug * disable reports * do not save execution information

Method __call__ Undocumented

Inherited from _AccessRunObjectAction:

Method __init__ Undocumented
Instance Variable run Undocumented
def __call__(self, parser: argparse.ArgumentParser, namespace: argparse.Namespace, values: (str|Sequence[Any])|None, option_string: str|None = '--errors-only'): (source)