This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release.

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »

31. 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:

  • 31.1. imp — Access the import internals
    • 31.1.1. Examples
  • 31.2. importlib — Convenience wrappers for __import__()
  • 31.3. imputil — Import utilities
    • 31.3.1. Examples
  • 31.4. zipimport — Import modules from Zip archives
    • 31.4.1. zipimporter Objects
    • 31.4.2. Examples
  • 31.5. pkgutil — Package extension utility
  • 31.6. modulefinder — Find modules used by a script
    • 31.6.1. Example usage of ModuleFinder
  • 31.7. runpy — Locating and executing Python modules

이전 항목

30.2. Bastion — Restricting access to objects

다음 항목

31.1. imp — Access the import internals

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 모듈 |
  • 다음 |
  • 이전 |
  • Python »
  • Python 2.7.18 문서 »
  • 파이썬 표준 라이브러리 »
© 저작권 1990-2020, Python Software Foundation.
파이썬 소프트웨어 재단은 비영리 법인입니다. 기부를 부탁합니다.
Last updated on 6월 19, 2020. 버그를 찾았나요?
Sphinx 2.3.1 를 사용해서 만들었습니다.