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',
754 Action objects are used by an ArgumentParser to represent the information
1169 ArgumentParser add_argument() method.
1600 class ArgumentParser(_AttributeHolder, _ActionsContainer):
1633 superinit = super(ArgumentParser, self).__init__