2007-08-15 11:28:22 -03:00
|
|
|
.. _modules:
|
|
|
|
|
|
|
|
*****************
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
zipimport.rst
|
|
|
|
pkgutil.rst
|
|
|
|
modulefinder.rst
|
|
|
|
runpy.rst
|
2009-01-19 22:21:27 -04:00
|
|
|
importlib.rst
|
2021-12-30 22:17:05 -04:00
|
|
|
importlib.resources.rst
|
2022-07-25 13:16:17 -03:00
|
|
|
importlib.resources.abc.rst
|
2019-05-24 20:59:01 -03:00
|
|
|
importlib.metadata.rst
|
2022-03-23 14:29:40 -03:00
|
|
|
sys_path_init.rst
|