File: //opt/gsutil/third_party/apitools/apitools/base/py/__pycache__/gzip.cpython-39.pyc
a
�z�g�U � @ s� d Z ddlZddlmZ ddlmZ ddlZddlZddlZddlZddl Z ddl
Z
g d�Zd\ZZ
ZZZd\ZZdd
d�Zdd
� ZG dd� de�ZG dd� de
j�Zddd�Zdd� ZdS )z�Functions that read and write gzipped files.
The user of the file doesn't have to worry about the compression,
but random access is not allowed.� N)�builtins)�range)�GzipFile�open�compress�
decompress)� � � � � )r r �rb� c C s t | ||�S )z�Shorthand for GzipFile(filename, mode, compresslevel).
The filename argument is required; mode defaults to 'rb'
and compresslevel defaults to 9.
)r )�filename�mode�
compresslevel� r �9/opt/gsutil/third_party/apitools/apitools/base/py/gzip.pyr "