Server : LiteSpeed
System : Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : nimalaab ( 3358)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /lib/python3.6/site-packages/rhn/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //lib/python3.6/site-packages/rhn/__pycache__/SmartIO.cpython-36.opt-1.pyc
3

U��Zt�@sXdZddlZyddlmZWn ek
r<ddlmZYnXGdd�d�Zdd�ZdS)	z*
This module implements the SmartIO class
�N)�StringIO)�BytesIOc@s:eZdZdZddd�Zdd�Zdd	�Zd
d�Zdd
�ZdS)�SmartIOa�
    The SmartIO class allows one to put a cap on the memory consumption.
    StringIO objects are very fast, because they are stored in memory, but
    if they are too big the memory footprint becomes noticeable.
    The write method of a SmartIO determines if the data that is to be added
    to the (initially) StrintIO object does not exceed a certain threshold; if
    it does, it switches the storage to a temporary disk file
    �@rcCs$||_t�|_|rd|_nd|_dS)N�r)�
_max_mem_sizer�_io�_fixed)�self�max_mem_sizeZ	force_mem�r�/usr/lib/python3.6/SmartIO.py�__init__s
zSmartIO.__init__cCs
||_dS)N)r)r
rrrr
�set_max_mem_size'szSmartIO.set_max_mem_sizecCs|jS)N)r)r
rrr
�get_max_mem_size*szSmartIO.get_max_mem_sizecCsP|js@t|�|jj�|jkr@t�}|j|jj��d|_||_|jj|�dS)Nr)r	�lenr�tellr�	_tempfile�write�getvalue)r
�dataZtmpfilerrr
r-sz
SmartIO.writecCst|j|�S)N)�getattrr)r
�namerrr
�__getattr__9szSmartIO.__getattr__N)rr)	�__name__�
__module__�__qualname__�__doc__rrrrrrrrr
rs
rcCs6ddl}|jdtj�d�\}}tj|�tj|d�S)Nrz_rhn_transports-%d-)�prefixzwb+)�tempfileZmkstemp�os�getpid�unlink�fdopen)r�fdZfnamerrr
r=s

r)	rr Z	cStringIOr�ImportError�iorrrrrrr
�<module>
s+

F1le Man4ger