| |
- GzipFile
class GzipFile |
|
no doc string |
| |
- __init__(self, filename=None, mode=None, compresslevel=9, fileobj=None)
- no doc string
- __repr__(self)
- no doc string
- _add_read_data(self, data)
- no doc string
- _init_read(self)
- no doc string
- _init_write(self, filename)
- no doc string
- _read(self, size=1024)
- no doc string
- _read_eof(self)
- no doc string
- _read_gzip_header(self)
- no doc string
- _unread(self, buf)
- no doc string
- _write_gzip_header(self)
- no doc string
- close(self)
- no doc string
- flush(self)
- no doc string
- isatty(self)
- no doc string
- read(self, size=None)
- no doc string
- readline(self)
- no doc string
- readlines(self)
- no doc string
- seek(self)
- no doc string
- tell(self)
- no doc string
- write(self, data)
- no doc string
- writelines(self, L)
- no doc string
| |