31. 导入模块¶
本章中介绍的模块提供了导入其他Python模块和挂钩以自定义导入过程的新方法。
本章描述的完整模块列表如下:
- 31.1.
zipimport
— 从 Zip 存档中导入模块 - 31.2.
pkgutil
— 包扩展模块工具 - 31.3.
modulefinder
— 查找脚本使用的模块 - 31.4.
runpy
— Locating and executing Python modules - 31.5.
importlib
— The implementation ofimport