class documentation

Action that has access to the ArgumentParser object.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable parser Undocumented
def __init__(self, option_strings: Sequence[str], dest: str, nargs: None = None, const: None = None, default: None = None, type: None = None, choices: None = None, required: bool = False, help: str = '', metavar: str = '', **kwargs: argparse.ArgumentParser): (source)

Undocumented

Undocumented