|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/paramiko/__pycache__/ |
U
P��g � @ s, d Z ddlZG dd� d�ZG dd� d�ZdS )z.
Compression implementations for a Transport.
� Nc @ s e Zd Zdd� Zdd� ZdS )�ZlibCompressorc C s t �� | _d S �N)�zlib�compressobj�z��self� r �>/opt/cppython/lib/python3.8/site-packages/paramiko/compress.py�__init__ s zZlibCompressor.__init__c C s | j �|�| j �tj� S r )r �compress�flushr �Z_FULL_FLUSH�r �datar r r
�__call__ s zZlibCompressor.__call__N��__name__�
__module__�__qualname__r r r r r r
r s r c @ s e Zd Zdd� Zdd� ZdS )�ZlibDecompressorc C s t �� | _d S r )r �
decompressobjr r r r r
r $ s zZlibDecompressor.__init__c C s | j �|�S r )r �
decompressr r r r
r '