瀏覽

  • 索引
  • 模組 |
  • 下一頁 |
  • 上一頁 |
  • 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.