最終更新:2023-03-14 (火) 00:02:12 (408d)  

Python/パッケージ
Top / Python / パッケージ

複数のモジュールを含んだディレクトリ

ディレクトリ直下に__init__.pyを言う名前のファイルを必要とする

ドキュメント

ビルトインパッケージ

パッケージディレクトリ

C:\Python27\Lib

一覧 (2.7.2)

  • Python/bsddb?
    • Python/bsddb.test?
  • Python/compiler?
  • Python/ctypes
    • Python/ctypes.macholib?
    • Python/ctypes.test?
  • Python/curses?
  • Python/distutils?
    • Python/distutils.command?
    • Python/distutils.tests?
  • Python/email?
    • Python/email.mime?
    • Python/email.test?
  • Python/encodings?
  • Python/hotshot?
  • Python/idlelib?
  • Python/importlib
  • Python/json
    • Python/json.tests?
  • Python/lib2to3?
    • Python/lib2to3.fixes?
    • Python/lib2to3.pgen2?
    • Python/lib2to3.tests?
    • Python/lib2to3.tests.data.fixers.myfixes?
  • Python/lib-tk.test.test_tkinter?
  • Python/lib-tk.test.test_ttk?
  • Python/logging
  • Python/msilib?
  • Python/multiprocessing
    • Python/multiprocessing.dummy?
  • Python/pydoc_data?
  • Python/sqlite3
    • Python/sqlite3.test?
  • Python/test?
    • Python/test.leakers?
    • Python/test.tracedmodules?
  • Python/unittest
    • Python/unittest.test?
  • Python/wsgiref?
  • Python/xml
    • Python/xml.dom?
    • Python/xml.etree?
    • Python/xml.parsers?
    • Python/xml.sax?

Python/import

import パッケージ名.モジュール名
import パッケージ名.モジュール名.属性名
from パッケージ名 import モジュール名

eggパッケージ

関連