Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.32.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : 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+
© 2025 XylotrechusZ