gzip.GzipFile.fileno

GzipFile.fileno()[source]

Invoke the underlying file object’s fileno() method.

This will raise AttributeError if the underlying file object doesn’t support fileno().