mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00

* Separate out files relating to importlib.resources * Update Introduction to direct readers to the submodule documentation. * Create separate file for abcs relating to resources. * Move abc docs back to where they were.
21 lines
408 B
ReStructuredText
21 lines
408 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.resources.rst
|
|
importlib.metadata.rst
|