Home | History | Annotate | Download | only in Lib

Lines Matching defs:ArgumentParser

14     parser = argparse.ArgumentParser(
28 - ArgumentParser -- The main entry point for command-line parsing. As the
34 - ArgumentError -- The exception raised by ArgumentParser objects when
36 parsing the command-line are caught by ArgumentParser and emitted
46 customization of ArgumentParser actions, subclasses of Action may
52 ArgumentParser constructor. HelpFormatter is the default,
66 'ArgumentParser',
721 Action objects are used by an ArgumentParser to represent the information
1117 ArgumentParser add_argument() method.
1542 class ArgumentParser(_AttributeHolder, _ActionsContainer):
1577 """The "version" argument to ArgumentParser is deprecated. """
1582 superinit = super(ArgumentParser, self).__init__
2324 'argument to ArgumentParser is no longer supported.',
2350 'argument to ArgumentParser is no longer supported.',