Navigation
index
next
|
previous
|
argparse v1.1a1 documentation
»
API documentation
ΒΆ
ArgumentParser objects
description
epilog
version
add_help
prefix_chars
fromfile_prefix_chars
argument_default
parents
formatter_class
conflict_handler
prog
usage
The add_argument() method
name or flags
action
nargs
const
default
type
choices
required
help
metavar
dest
The parse_args() method
Option value syntax
Invalid arguments
Arguments containing
"-"
Argument abbreviations
Beyond
sys.argv
Custom namespaces
Other methods
Partial parsing
Printing help
Parser defaults
Sub-commands
Argument groups
Mutual exclusion
Other utilities
FileType objects
Previous topic
argparse vs. optparse
Next topic
ArgumentParser objects
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
argparse v1.1a1 documentation
»