Python logo

导航

  • 索引
  • 模块 |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • 索引
  • |
  • |

Index – Z

  • z
    • 在字符串格式化中
  • z85decode()(在 base64 模块中)
  • z85encode()(在 base64 模块中)
  • Zen of Python -- Python 之禅
  • ZeroDivisionError
    • 异常
  • zfill() (bytearray 方法)
  • zfill() (bytes 方法)
  • zfill() (str 方法)
  • zip()
    • built-in function
  • ZIP_BZIP2()(在 zipfile 模块中)
  • ZIP_DEFLATED()(在 zipfile 模块中)
  • zip_longest()(在 itertools 模块中)
  • ZIP_LZMA()(在 zipfile 模块中)
  • ZIP_STORED()(在 zipfile 模块中)
  • ZIP_ZSTANDARD()(在 zipfile 模块中)
  • zipapp
    • module
  • zipapp命令行选项
    • --compress
    • --help
    • --info
    • --main
    • --output
    • --python
    • -c
    • -h
    • -m
    • -o
    • -p
  • zipfile
    • module
  • zipfile命令行选项
    • --create
    • --extract
    • --list
    • --metadata-encoding
    • --test
    • -c
    • -e
    • -l
    • -t
  • ZipFile(zipfile 中的类)
  • zipimport
    • module
  • ZipImportError
  • zipimporter(zipimport 中的类)
  • ZipInfo(zipfile 中的类)
  • zlib
    • module
  • ZLIB_CFLAGS
    • 命令行选项
  • ZLIB_LIBS
    • 命令行选项
  • ZLIB_RUNTIME_VERSION()(在 zlib 模块中)
  • ZLIB_VERSION()(在 zlib 模块中)
  • ZLIBNG_VERSION()(在 zlib 模块中)
  • zoneinfo
    • module
  • ZoneInfoNotFoundError
  • ZoneInfo(zoneinfo 中的类)
  • zscore() (statistics.NormalDist 方法)
  • zstd_version_info()(在 compression.zstd 模块中)
  • ZstdCompressor(compression.zstd 中的类)
  • ZstdDecompressor(compression.zstd 中的类)
  • ZstdDict(compression.zstd 中的类)
  • ZstdError
  • ZstdFile(compression.zstd 中的类)
«

导航

  • 索引
  • 模块 |
  • Python logo
  • Python »
  • 3.14.0rc3 Documentation »
  • 索引
  • |
  • |
© 版权 2001 Python Software Foundation.
本页面采用 Python 软件基金会许可证第 2 版授权。
文档中的示例、代码片段及其他代码内容额外采用零条款 BSD 许可证授权。
更多信息请参阅《 历史与许可 》。

Python 软件基金会是一家非营利性公司。 请进行捐赠。

最后更新于9月 20, 2025 (06:28 UTC) 。 发现了错误?
使用Sphinx 8.2.3 创建。