Lines Matching defs:ArgumentParser
15 parser = argparse.ArgumentParser(
29 - ArgumentParser -- The main entry point for command-line parsing. As the
35 - ArgumentError -- The exception raised by ArgumentParser objects when
37 parsing the command-line are caught by ArgumentParser and emitted
47 customization of ArgumentParser actions, subclasses of Action may
53 ArgumentParser constructor. HelpFormatter is the default,
67 'ArgumentParser',
793 Action objects are used by an ArgumentParser to represent the information
1264 ArgumentParser add_argument() method.
1715 class ArgumentParser(_AttributeHolder, _ActionsContainer):
1733 - exit_on_error -- Determines whether or not ArgumentParser exits with
1752 superinit = super(ArgumentParser, self).__init__