| Server IP : 138.197.107.151 / Your IP : 216.73.216.170 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/internet/test/__pycache__/ |
Upload File : |
�
oj�
� �z � d Z ddlmZ ddlmZ ddlmZ ddlmZ G d� de� Z G d� d e� Z
G d
� de� Zy)
zA
Whitebox tests for L{twisted.internet.abstract.FileDescriptor}.
� )�verifyClass)�FileDescriptor)�
IPushProducer)�SynchronousTestCasec �, � e Zd ZdZdZd� Zd� Zd� Zd� Zy)�
MemoryFilea-
A L{FileDescriptor} customization which writes to a Python list in memory
with certain limitations.
@ivar _written: A C{list} of C{bytes} which have been accepted as written.
@ivar _freeSpace: A C{int} giving the number of bytes which will be accepted
by future writes.
Tc �^ � t j | t � �� g | _ d| _ y )N��reactorr )r �__init__�object�_written�
_freeSpace��selfs �K/usr/lib/python3/dist-packages/twisted/internet/test/test_filedescriptor.pyr zMemoryFile.__init__ s"