Package backend :: Package server :: Package repomd :: Module repository :: Class NoTimeStampGzipFile
[hide private]
[frames] | no frames]

Class NoTimeStampGzipFile

source code


Nested Classes [hide private]

Inherited from io.IOBase: __metaclass__

Instance Methods [hide private]
 
_write_gzip_header(self) source code

Inherited from gzip.GzipFile: __init__, __repr__, close, fileno, flush, read, readable, readline, rewind, seek, seekable, writable, write

Inherited from gzip.GzipFile (private): _add_read_data, _check_closed, _init_read, _init_write, _read, _read_eof, _read_gzip_header, _unread

Inherited from _io._BufferedIOBase: detach, read1, readinto

Inherited from _io._IOBase: __enter__, __exit__, __iter__, __new__, isatty, next, readlines, tell, truncate, writelines

Inherited from _io._IOBase (private): _checkClosed, _checkReadable, _checkSeekable, _checkWritable

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _abc_negative_cache_version = 23

Inherited from gzip.GzipFile: max_read_chunk, myfileobj

Inherited from gzip.GzipFile (private): _abc_negative_cache, _abc_registry

Inherited from io.IOBase: __abstractmethods__

Inherited from io.IOBase (private): _abc_cache

Properties [hide private]

Inherited from gzip.GzipFile: closed, filename

Inherited from object: __class__

Method Details [hide private]

_write_gzip_header(self)

source code 
Overrides: gzip.GzipFile._write_gzip_header