![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /opt/alt/python310/lib64/python3.10/__pycache__/ |
o S�gYU � @ s d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZg d�Zd\Z Z ZZZ d\ZZdZdZdZdedddfd d �Zdd� ZG d d� d�ZG dd� de�ZG dd� dej�ZG dd� dej�Zefdd�dd�Zdd� Zdd� Zedkre� dS dS )� N)�BadGzipFile�GzipFile�open�compress� decompress)� � � � � )r r r � � �rbc C s� d|v rd|v rt d|f ��n|d urt d��|d ur!t d��|d ur)t d��|�dd�}t| tttjf�r?t| ||�}nt| d�sIt| d �rQtd ||| �}nt d ��d|v rft �|�}t �||||�S |S )N�t�bzInvalid mode: %rz0Argument 'encoding' not supported in binary modez.Argument 'errors' not supported in binary modez/Argument 'newline' not supported in binary mode� �read�writez1filename must be a str or bytes object, or a file) � ValueError�replace� isinstance�str�bytes�os�PathLiker �hasattr� TypeError�io� text_encoding� TextIOWrapper)�filename�mode� compresslevel�encoding�errors�newlineZgz_modeZbinary_file� r&