This document is for an old version of Python that is no longer supported. You should upgrade and read the Python 当前稳定版本的文档.

导航

  • 索引
  • 模块 |
  • Python »
  • Python 2.7.18 文档 »

索引 – Z

  • Zen of Python -- Python 之禅
  • ZeroDivisionError
    • 例外
  • zfill() (str 方法)
    • (在 string 模块中)
  • zip (2to3 fixer)
  • zip() (內置函数)
    • (在 future_builtins 模块中)
  • ZIP_DEFLATED() (在 zipfile 模块中)
  • ZIP_STORED() (在 zipfile 模块中)
  • ZipFile (zipfile 中的类)
  • zipfile (模块)
  • zipfile command line option
    • -c <zipfile> <source1> ... <sourceN>
    • -e <zipfile> <output_dir>
    • -l <zipfile>
    • -t <zipfile>
  • zipimport (模块)
  • zipimporter (zipimport 中的类)
  • ZipImportError
  • ZipInfo (zipfile 中的类)
  • zlib (模块)

快速搜索

导航

  • 索引
  • 模块 |
  • Python »
  • Python 2.7.18 文档 »
© 版权所有 1990-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
Last updated on 6月 19, 2020. 发现了问题?
使用Sphinx2.3.1 创建。