class documentation

class ParserWrapper: (source)

View In Hierarchy

Wrapper that adds arguments to a parser while recording them.

Method __init__ Undocumented
Method add_argument Undocumented
Method add_argument_group Undocumented
Method add_only Constrain the parser to only add certain arguments.
Method error Undocumented
Method parse_args Undocumented
Method parse_known_args Undocumented
Instance Variable actions Undocumented
Instance Variable parser Undocumented
Instance Variable _only Undocumented
def __init__(self, parser, actions=None): (source)

Undocumented

def add_argument(self, *args, **kwargs): (source)

Undocumented

def add_argument_group(self, *args, **kwargs): (source)

Undocumented

@contextlib.contextmanager
def add_only(self, args): (source)

Constrain the parser to only add certain arguments.

def error(self, *args, **kwargs): (source)

Undocumented

def parse_args(self, *args, **kwargs): (source)

Undocumented

def parse_known_args(self, *args, **kwargs): (source)

Undocumented

Undocumented

Undocumented

Undocumented