31. 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:
- 31.1.
impβ Access theimportinternals - 31.2.
importlibβ Convenience wrappers for__import__() - 31.3.
imputilβ Import utilities - 31.4.
zipimportβ Import modules from Zip archives - 31.5.
pkgutilβ Package extension utility - 31.6.
modulefinderβ Find modules used by a script - 31.7.
runpyβ Locating and executing Python modules
