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

Python3.x bz2

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

BZ2Fileクラス

constant

    _abc_impl

property

    closed

method

    __del__
    __delattr__
    __dir__
    __enter__
    __eq__
    __exit__
    __format__
    __ge__
    __getattribute__
    __getstate__
    __gt__
    __hash__
    __init__
    __init_subclass__
    __iter__
    __le__
    __lt__
    __ne__
    __new__
    __next__
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__
    __sizeof__
    __str__
    __subclasshook__
    _checkClosed
    _checkReadable
    _checkSeekable
    _checkWritable
    close
    detach
    fileno
    flush
    isatty
    peek
    read
    read1
    readable
    readinto
    readinto1
    readline
    readlines
    seek
    seekable
    tell
    truncate
    writable
    write
    writelines

constant の一覧

    __all__
    __author__
    __builtins__
    __cached__
    __doc__
    __file__
    __loader__
    __name__
    __package__
    __spec__
    _MODE_CLOSED
    _MODE_READ
    _MODE_WRITE

function の一覧

    compress
    decompress
    open
いっしー@Webエンジニア

いっしー@Webエンジニア

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

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