- ! (exclamation)
- ! (pdb command)
- !=
- " (double quote)
- """
- # (hash)
- $ (dollar)
- % (percent)
- %=
- & (ampersand)
- &=
- ' (single quote)
- '''
- () (parentheses)
- (?
- (?!
- (?#
- (?:
- (?<!
- (?<=
- (?=
- (?P<
- (?P=
- * (asterisk)
- **
- **=
- *=
- *?
- + (plus)
- +=
- +?
- , (comma)
- - (minus)
- --annotate
- --best
- --buffer
- --catch
- --check-hash-based-pycs default|always|never
- --compact
- --compress
- --count
- --coverdir=<dir>
- --create <tarfile> <source1> ... <sourceN>
- --create <zipfile> <source1> ... <sourceN>
- --decompress
- --details
- --exact
- --extract <tarfile> [<output_dir>]
- --extract <zipfile> <output_dir>
- --failfast
- --fast
- --file=<file>
- --hardlink-dupes
- --help
- --ignore-dir=<dir>
- --ignore-module=<mod>
- --include-attributes
- --indent
- --indent <indent>
- --indentlevel=<num>
- --info
- --invalidation-mode [timestamp|checked-hash|unchecked-hash]
- --json-lines
- --list <tarfile>
- --list <zipfile>
- --listfuncs
- --locals
- --main=<mainfn>
- --memo
- --missing
- --mode <mode>
- --no-ensure-ascii
- --no-indent
- --no-report
- --no-type-comments
- --number=N
- --output=<file>
- --output=<output>
- --pattern pattern
- --preamble=<preamble>
- --process
- --python=<interpreter>
- --repeat=N
- --report
- --setup=S
- --sort-keys
- --start-directory directory
- --summary
- --tab
- --test <tarfile>
- --test <zipfile>
- --timing
- --top-level-directory directory
- --trace
- --trackcalls
- --unit=U
- --user-base
- --user-site
- --verbose
- --version
- -=
- ->
- -?
- -a
- -B
- -b
- -C
- -c
- -c <command>
- -c <tarfile> <source1> ... <sourceN>
- -c <zipfile> <source1> ... <sourceN>
- -d
|
- -d destdir
- -E
- -e
- -e <tarfile> [<output_dir>]
- -e <zipfile> <output_dir>
- -e dir
- -f
- -g
- -h
- -I
- -i
- -i <indent>
- -i list
- -J
- -j N
- -k
- -l
- -l <tarfile>
- -l <zipfile>
- -m
- -m <mainfn>
- -m <mode>
- -m <module-name>
- -n N
- -O
- -o
- -o <output>
- -o level
- -OO
- -p
- -p <interpreter>
- -p prepend_prefix
- -q
- -R
- -r
- -r N
- -S
- -s
- -s S
- -s strip_prefix
- -T
- -t
- -t <tarfile>
- -t <zipfile>
- -u
- -V
- -v
- -W arg
- -X
- -x
- -x regex
- . (dot)
- ..
- ...
- .ini
- .pdbrc
- / (slash)
- //
- //=
- /=
- 0b
- 0o
- 0x
- 2-digit years
- 2to3
- : (colon)
- ; (semicolon), [1]
- < (less)
- <<
- <<=
- <=
- <BLANKLINE>
- = (equals)
- ==
- > (greater)
- >=
- >>
- >>=
- >>>
- ? (question mark)
- ??
- @ (at)
- [] (square brackets)
- (backslash)
- \
- A
- a
- B
-
- D
- d
- f
- g
- N
-
-
- S
- s
-
- U
- u
- v
- W
- w
- x
-
- ^ (caret)
- ^=
- {} (curly brackets)
- | (vertical bar)
- |=
- ~ (tilde)
|