导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.6.9 文档 »
  • The Python Standard Library »
  • |

30. Importing Modules¶

The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.

The full list of modules described in this chapter is:

  • 30.1. imp — Access the import internals
    • 30.1.1. Examples
  • 30.2. imputil — Import utilities
    • 30.2.1. Examples
  • 30.3. zipimport — Import modules from Zip archives
    • 30.3.1. zipimporter Objects
    • 30.3.2. Examples
  • 30.4. pkgutil — Package extension utility
  • 30.5. modulefinder — Find modules used by a script
    • 30.5.1. Example usage of ModuleFinder
  • 30.6. runpy — Locating and executing Python modules

上一个主题

29.2. Bastion — Restricting access to objects

下一个主题

30.1. imp — Access the import internals

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.6.9 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 8月 10, 2025.
Created using Sphinx 1.8.4.