Python3.x gzip
Python 3 系 のgzipに関する言語リファレンス情報をまとめたカテゴリです。
constant の一覧
_GzipReaderクラス
constant
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
_init_read
_read_eof
_read_gzip_header
_rewind
fileno
flush
isatty
read
readline
readlines
truncate
writable
write
writelines
_PaddedFileクラス
_WriteBufferStreamクラス
constant
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
fileno
flush
isatty
read
readable
readall
readinto
readline
readlines
seek
seekable
tell
truncate
writable
write
writelines
GzipFileクラス
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
_init_write
_write_gzip_header
_write_raw
close
detach
fileno
flush
isatty
peek
read
read1
readable
readinto
readinto1
readline
readlines
rewind
seek
seekable
tell
truncate
writable
write
writelines