Lines Matching refs: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',
715 Action objects are used by an ArgumentParser to represent the information
1104 ArgumentParser add_argument() method.
1525 class ArgumentParser(_AttributeHolder, _ActionsContainer):
1560 """The "version" argument to ArgumentParser is deprecated. """
1565 superinit = super(ArgumentParser, self).__init__
2307 'argument to ArgumentParser is no longer supported.',
2333 'argument to ArgumentParser is no longer supported.',