class documentation

class _DoNothingAction(_CallbackAction): (source)

View In Hierarchy

Action that just passes. This action is used to allow pre-processing of certain options without erroring when they are then processed again by argparse.

Method __call__ Undocumented
def __call__(self, parser: argparse.ArgumentParser, namespace: argparse.Namespace, values: (str|Sequence[Any])|None, option_string: str|None = None): (source)