Navigation

  • алфавитный указатель
  • модули |
  • следущий
  • предыдущий
  • Python »
  • 3.6.0a3 Documentation »
  • The Python Standard Library »

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:

  • zipimport — Import modules from Zip archives
    • zipimporter Objects
    • Examples
  • pkgutil — Package extension utility
  • modulefinder — Find modules used by a script
    • Example usage of ModuleFinder
  • runpy — Locating and executing Python modules
  • importlib – The implementation of import
    • Introduction
    • Functions
    • importlib.abc – Abstract base classes related to import
    • importlib.machinery – Importers and path hooks
    • importlib.util – Utility code for importers
    • Examples

Previous topic

codeop — Compile Python code

Next topic

zipimport — Import modules from Zip archives

This Page

  • Сообщить об ошибке
  • Показать исходный текст

Быстрый поиск

Навигация

  • алфавитный указатель
  • модули |
  • следущий
  • предыдущий
  • Python »
  • 3.6.0a3 Documentation »
  • The Python Standard Library »
© Copyright 2001-2016, Python Software Foundation.
The Python Software Foundation is a non-profit corporation. Please donate.
Last updated on Jul 28, 2016. Found a bug?
Created using Sphinx 1.5a0.