/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/library/modules.rst
20 строк
381 B
Jason R. Coombs
bpo-34632: Add importlib.metadata (GH-12547)
25 май 2019, 02:59
25 май 2019, 02:59
1bbf7b6
Код
Авторство
О чём код?
.. _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