- ! (感叹号)
- ! (pdb 命令)
- ! 模式
-
!=
- " (双引号)
-
"""
- # (井号)
- $ (美元符号)
- % (百分号)
-
%=
- %APPDATA%
- & (与号)
-
&=
- ' (单引号)
-
'''
- () (圆括号)
-
(?
-
(?!
-
(?#
-
(?(
-
(?:
-
(?<!
-
(?<=
-
(?=
- (?P<
- (?P=
- * (星号)
-
**
-
**=
-
*+
-
*=
-
*?
- + (加号)
-
++
-
+=
-
+?
- , (逗号)
-
-
- - (减号)
- --annotate
- --best
- --buffer
- --build
- --catch
- --check-hash-based-pycs
- --choice
- --compact
- --compress
- --count
- --coverdir
- --create
- --css
- --decompress
- --details
- --disable-gil
- --disable-ipv6
- --disable-test-modules
- --durations
- --enable-big-digits
- --enable-bolt
- --enable-experimental-jit
- --enable-framework
- --enable-loadable-sqlite-extensions
- --enable-optimizations
- --enable-profiling
- --enable-pystats
- --enable-shared
- --enable-universalsdk
- --enable-wasm-dynamic-linking
- --enable-wasm-pthreads
- --encoding
- --exact
- --exec-prefix
- --extract
- --failfast
- --fast
- --file
- --filter
- --first-weekday
- --float
- --hardlink-dupes
- --help
- --help-all
- --help-env
- --help-xoptions
- --host
- --ignore-dir
- --ignore-module
- --include-attributes
- --indent
- --indentlevel
- --info
- --integer
- --invalidation-mode
- --json-lines
- --lines
- --list
- --listfuncs
- --locale
- --locals
- --main
- --memo
- --metadata-encoding
- --missing
- --mode
- --months
- --name
- --namespace
- --no-ensure-ascii
- --no-indent
- --no-report
- --no-type-comments
- --number
- --output
- --pattern
- --preamble
- --prefix
- --process
- --python
- --quiet
- --repeat
- --report
- --setup
- --show-caches
- --show-offsets
- --sort-keys
- --spacing
- --start-directory
- --summary
- --tab
- --test
- --timing
- --top-level-directory
- --trace
- --trackcalls
- --type
- --unit
- --user-base
- --user-site
- --uuid
- --verbose
- --version
- --width
- --with-address-sanitizer
- --with-app-store-compliance
- --with-assertions
|
- --with-build-python
- --with-builtin-hashlib-hashes
- --with-computed-gotos
- --with-dbmliborder
- --with-dtrace
- --with-emscripten-target
- --with-ensurepip
- --with-framework-name
- --with-hash-algorithm
- --with-libc
- --with-libm
- --with-libs
- --with-lto
- --with-memory-sanitizer
- --with-openssl
- --with-openssl-rpath
- --with-pkg-config
- --with-platlibdir
- --with-pydebug
- --with-readline
- --with-ssl-default-suites
- --with-strict-overflow
- --with-suffix
- --with-system-expat
- --with-system-libmpdec
- --with-thread-sanitizer
- --with-trace-refs
- --with-tzpath
- --with-undefined-behavior-sanitizer
- --with-universal-archs
- --with-valgrind
- --with-wheel-pkg-dir
- --without-c-locale-coercion
- --without-decimal-contextvar
- --without-doc-strings
- --without-freelists
- --without-mimalloc
- --without-pymalloc
- --without-readline
- --without-static-libpython
-
-=
-
->
-
-?
- -a
- -B
- -b
- -C
- -c
- -d
- -E
- -e
- -f
- -g
- -h
- -I
- -i
- -J
- -j
- -k
- -L
- -l
- -m
- -N
- -n
- -O
- -o
- -OO
- -P
- -p
- -q
- -R
- -r
- -S
- -s
- -T
- -t
- -u
- -V
- -v
- -W
- -w
- -X
- -x
- . (点)
-
..
- ...
- .ini
- .pdbrc
- / (斜杠)
-
//
-
//=
-
/=
- 0b
- 0o
- 0x
- 2位年份
- : (冒号)
- := (冒号等于)
- ; (分号), [1]
- < (小于号)
-
<<
-
<<=
-
<=
- <BLANKLINE>
- <file>
- = (等于号)
-
==
- > (大于号)
-
>=
-
>>
-
>>=
- >>>
- ? (问号)
-
?+
-
??
- @ (at 符号)
- [] (方括号)
- \ (反斜杠)
-
\\
- \A
- \a
- \B
- \b
- \D
- \d
- \f
- \g
- \N
- \n
- \r
- \S
- \s
- \t
- \U
- \u
- \v
- \W
- \w
- \x
- \Z
- ^ (插入符)
-
^=
- {} (花括号)
- | (竖线)
-
|=
- ~ (波浪号)
|