One Hat Cyber Team
Your IP :
18.119.158.142
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.6
/
__pycache__
/
View File Name :
_compression.cpython-36.opt-2.pyc
3 \� � @ s6 d dl Z e jZG dd� de j�ZG dd� de j�ZdS )� Nc @ s, e Zd Zdd� Zdd� Zdd� Zdd� Zd S ) � BaseStreamc C s | j rtd��d S )NzI/O operation on closed file)�closed� ValueError)�self� r �$/usr/lib64/python3.6/_compression.py�_check_not_closed s zBaseStream._check_not_closedc C s | j � stjd��d S )NzFile not open for reading)�readable�io�UnsupportedOperation)r r r r �_check_can_read s zBaseStream._check_can_readc C s | j � stjd��d S )NzFile not open for writing)�writabler r )r r r r �_check_can_write s zBaseStream._check_can_writec C s( | j � stjd��| j� s$tjd��d S )Nz3Seeking is only supported on files open for readingz3The underlying file object does not support seeking)r r r �seekable)r r r r �_check_can_seek s zBaseStream._check_can_seekN)�__name__� __module__�__qualname__r r r r r r r r r s r c sh e Zd Zdd� Zf fdd�Z� fdd�Zdd� Zd d � Zddd �Zdd� Z e jfdd�Zdd� Z � ZS )�DecompressReaderc C s dS )NTr )r r r r r $ s zDecompressReader.readablec K s>