You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
382 B

.. _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::
imp.rst
importlib.rst
imputil.rst
zipimport.rst
pkgutil.rst
modulefinder.rst
runpy.rst