def _open(cls, fileobj: BytesIO, mode: str='rb') -> TextIOBase: return GzipFile(fileobj=fileobj, mode=mode)