いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. Python
  4. 3
  5. module
  6. zipimport

Python3.x zipimport

Python 3 系 のzipimportに関する言語リファレンス情報をまとめたカテゴリです。

constant の一覧

    __all__
    __builtins__
    __doc__
    __file__
    __name__
    __package__
    __spec__
    _importing_zlib
    _zip_directory_cache
    _zip_searchorder
    alt_path_sep
    cp437_table
    END_CENTRAL_DIR_SIZE
    MAX_COMMENT_LEN
    path_sep
    STRING_END_ARCHIVE

function の一覧

    _compile_source
    _eq_mtime
    _get_data
    _get_decompress_func
    _get_module_code
    _get_module_info
    _get_module_path
    _get_mtime_and_size_of_source
    _get_pyc_source
    _is_dir
    _normalize_line_endings
    _parse_dostime
    _read_directory
    _unmarshal_code

zipimporterクラス

method

    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __le__
    __lt__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    find_spec
    get_code
    get_data
    get_filename
    get_resource_reader
    get_source
    invalidate_caches
    is_package
    load_module

ZipImportErrorクラス

method

    __delattr__
    __dir__
    __eq__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __le__
    __lt__
    __ne__
    __new__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __setstate__
    __sizeof__
    __str__
    __subclasshook__
    add_note
    with_traceback
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア