mirror of
https://github.com/python/cpython.git
synced 2024-11-30 18:51:15 +01:00
1bbf7b661f
Add importlib.metadata module as forward port of the standalone importlib_metadata.
21 lines
381 B
ReStructuredText
21 lines
381 B
ReStructuredText
.. _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
|
|
importlib.rst
|
|
importlib.metadata.rst
|