| 
     Inherited from gzip.GzipFile:
      __init__,
      __repr__,
      close,
      fileno,
      flush,
      read,
      readline,
      rewind,
      seek,
      write
       
        Inherited from gzip.GzipFile (private):
      _add_read_data,
      _check_closed,
      _init_read,
      _init_write,
      _read,
      _read_eof,
      _read_gzip_header,
      _unread,
      _write_gzip_header
        
    Inherited from _io._BufferedIOBase:
      detach,
      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__
       
     |