uawdijnntqw1x1x1
IP : 52.15.233.83
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
..
/
lib64
/
sa
/
..
/
krb5
/
.
/
..
/
python3.8
/
asyncio
/
__pycache__
/
streams.cpython-38.pyc
/
/
U e5d h�@s&dZddlZddlZddlZddlZeed�r6ed7ZddlmZddlmZddlm Z dd lm Z dd lmZddlm Z ddlmZd Zdded�dd�Zd ded�dd�Zeed�r�d!ded�dd�Zd"ded�dd�ZGdd�dej�ZGdd�deej�ZGdd�d�ZGdd�d�ZdS)#)�StreamReader�StreamWriter�StreamReaderProtocol�open_connection�start_server�NZAF_UNIX)�open_unix_connection�start_unix_server�)� coroutines)�events)� exceptions)�format_helpers)� protocols)�logger)�sleepi)�loop�limitc �st|dkrt��}ntjdtdd�t||d�}t||d��|j�fdd�||f|�IdH\}}t|�||�}||fS) a�A wrapper for create_connection() returning a (reader, writer) pair. The reader returned is a StreamReader instance; the writer is a StreamWriter instance. The arguments are all the usual arguments to create_connection() except protocol_factory; most common are positional host and port, with various optional keyword arguments following. Additional optional keyword arguments are loop (to set the event loop instance to use) and limit (to set the buffer limit passed to the StreamReader). (If you want to customize the StreamReader and/or StreamReaderProtocol classes, just copy the code -- there's really nothing special here except some convenience.) N�[The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.��� stacklevel�rr�rcs�S�N�r��protocolr�'/usr/lib64/python3.8/asyncio/streams.py�<lambda>5�z!open_connection.<locals>.<lambda>) r�get_event_loop�warnings�warn�DeprecationWarningrrZcreate_connectionr) �host�portrr�kwds�reader� transport�_�writerrrrrs" � ��rc�sJ�dkrt���ntjdtdd����fdd�}�j|||f|�IdHS)a�Start a socket server, call back for each client connected. The first parameter, `client_connected_cb`, takes two parameters: client_reader, client_writer. client_reader is a StreamReader object, while client_writer is a StreamWriter object. This parameter can either be a plain callback function or a coroutine; if it is a coroutine, it will be automatically converted into a Task. The rest of the arguments are all the usual arguments to loop.create_server() except protocol_factory; most common are positional host and port, with various optional keyword arguments following. The return value is the same as loop.create_server(). Additional optional keyword arguments are loop (to set the event loop instance to use) and limit (to set the buffer limit passed to the StreamReader). The return value is the same as loop.create_server(), i.e. a Server object which can be used to stop the service. Nrrrcst��d�}t|��d�}|S�Nrr�rr�r'r��client_connected_cbrrrr�factoryXs �zstart_server.<locals>.factory)rr r!r"r#Z create_server)r/r$r%rrr&r0rr.rr:s �rc�sr|dkrt��}ntjdtdd�t||d�}t||d��|j�fdd�|f|�IdH\}}t|�||�}||fS) z@Similar to `open_connection` but works with UNIX Domain Sockets.Nrrrrrcs�Srrrrrrrprz&open_unix_connection.<locals>.<lambda>) rr r!r"r#rrZcreate_unix_connectionr)�pathrrr&r'r(r)r*rrrrds � ��rc�sH�dkrt���ntjdtdd����fdd�}�j||f|�IdHS)z=Similar to `start_server` but works with UNIX Domain Sockets.Nrrrcst��d�}t|��d�}|Sr+r,r-r.rrr0~s �z"start_unix_server.<locals>.factory)rr r!r"r#Zcreate_unix_server)r/r1rrr&r0rr.rrts �rc@sBeZdZdZddd�Zdd�Zdd�Zd d �Zdd�Zd d�Z dS)�FlowControlMixina)Reusable flow control logic for StreamWriter.drain(). This implements the protocol methods pause_writing(), resume_writing() and connection_lost(). If the subclass overrides these it must call the super methods. StreamWriter.drain() must wait for _drain_helper() coroutine. NcCs0|dkrt��|_n||_d|_d|_d|_dS�NF)rr �_loop�_paused� _drain_waiter�_connection_lost)�selfrrrr�__init__�szFlowControlMixin.__init__cCs*|jr t�d|_|j��r&t�d|�dS)NTz%r pauses writing)r5�AssertionErrorr4� get_debugr�debug�r8rrr� pause_writing�s zFlowControlMixin.pause_writingcCsP|js t�d|_|j��r&t�d|�|j}|dk rLd|_|��sL|�d�dS)NFz%r resumes writing) r5r:r4r;rr<r6�done� set_result�r8�waiterrrr�resume_writing�s zFlowControlMixin.resume_writingcCsVd|_|jsdS|j}|dkr"dSd|_|��r4dS|dkrH|�d�n |�|�dS�NT)r7r5r6r?r@� set_exception�r8�excrBrrr�connection_lost�sz FlowControlMixin.connection_lostc�sP|jrtd��|jsdS|j}|dks2|��s2t�|j��}||_|IdHdS)NzConnection lost)r7�ConnectionResetErrorr5r6� cancelledr:r4� create_futurerArrr� _drain_helper�s zFlowControlMixin._drain_helpercCst�dSr)�NotImplementedError�r8�streamrrr�_get_close_waiter�sz"FlowControlMixin._get_close_waiter)N) �__name__� __module__�__qualname__�__doc__r9r>rCrHrLrPrrrrr2�s r2csfeZdZdZdZd�fdd� Zedd��Zdd�Z�fd d �Z dd�Z d d�Zdd�Zdd�Z �ZS)ra=Helper class to adapt between Protocol and StreamReader. (This is a helper class instead of making StreamReader itself a Protocol subclass, because the StreamReader has other potential uses, and to prevent the user of the StreamReader to accidentally call inappropriate methods of the protocol.) Ncsnt�j|d�|dk r,t�|�|_|j|_nd|_|dk r@||_d|_d|_d|_ ||_ d|_|j� �|_dS)NrF)�superr9�weakref�ref�_stream_reader_wr�_source_traceback�_strong_reader�_reject_connection�_stream_writer� _transport�_client_connected_cb� _over_sslr4rK�_closed)r8Z stream_readerr/r�� __class__rrr9�s zStreamReaderProtocol.__init__cCs|jdkrdS|��Sr)rXr=rrr�_stream_reader�s z#StreamReaderProtocol._stream_readercCs�|jr6ddi}|jr|j|d<|j�|�|��dS||_|j}|dk rT|�|�|�d�dk |_ |j dk r�t||||j�|_|� ||j�}t �|�r�|j�|�d|_dS)N�messagezpAn open stream was garbage collected prior to establishing network connection; call "stream.close()" explicitly.Zsource_tracebackZ sslcontext)r[rYr4Zcall_exception_handler�abortr]rc� set_transport�get_extra_infor_r^rr\r ZiscoroutineZcreate_taskrZ)r8r(�contextr'�resrrr�connection_made�s2� �� z$StreamReaderProtocol.connection_madecsx|j}|dk r*|dkr |��n |�|�|j��sV|dkrJ|j�d�n|j�|�t��|�d|_d|_ d|_ dSr)rc�feed_eofrEr`r?r@rUrHrXr\r])r8rGr'rarrrH s z$StreamReaderProtocol.connection_lostcCs|j}|dk r|�|�dSr)rc� feed_data)r8�datar'rrr� data_receivedsz"StreamReaderProtocol.data_receivedcCs$|j}|dk r|��|jr dSdS)NFT)rcrkr_)r8r'rrr�eof_received sz!StreamReaderProtocol.eof_receivedcCs|jSr)r`rNrrrrP+sz&StreamReaderProtocol._get_close_waitercCs"|j}|��r|��s|��dSr)r`r?rJ� exception)r8�closedrrr�__del__.szStreamReaderProtocol.__del__)NN)rQrRrSrTrYr9�propertyrcrjrHrnrorPrr� __classcell__rrrarr�s rc@sveZdZdZdd�Zdd�Zedd��Zdd �Zd d�Z dd �Z dd�Zdd�Zdd�Z dd�Zddd�Zdd�ZdS)ra'Wraps a Transport. This exposes write(), writelines(), [can_]write_eof(), get_extra_info() and close(). It adds drain() which returns an optional Future on which you can wait for flow control. It also adds a transport property which references the Transport directly. cCsJ||_||_|dks"t|t�s"t�||_||_|j��|_|j� d�dSr) r]� _protocol� isinstancerr:�_readerr4rKZ _complete_futr@)r8r(rr'rrrrr9@szStreamWriter.__init__cCs@|jjd|j��g}|jdk r0|�d|j���d�d�|��S)N� transport=zreader=�<{}>� )rbrQr]rw�append�format�join�r8�inforrr�__repr__Js zStreamWriter.__repr__cCs|jSr)r]r=rrrr(PszStreamWriter.transportcCs|j�|�dSr)r]�write�r8rmrrrr�TszStreamWriter.writecCs|j�|�dSr)r]� writelinesr�rrrr�WszStreamWriter.writelinescCs |j��Sr)r]� write_eofr=rrrr�ZszStreamWriter.write_eofcCs |j��Sr)r]� can_write_eofr=rrrr�]szStreamWriter.can_write_eofcCs |j��Sr)r]�closer=rrrr�`szStreamWriter.closecCs |j��Sr)r]� is_closingr=rrrr�cszStreamWriter.is_closingc�s|j�|�IdHdSr)rurPr=rrr�wait_closedfszStreamWriter.wait_closedNcCs|j�||�Sr)r]rg)r8�name�defaultrrrrgiszStreamWriter.get_extra_infoc�sL|jdk r |j��}|dk r |�|j��r8td�IdH|j��IdHdS)zyFlush the write buffer. The intended use is to write w.write(data) await w.drain() Nr)rwrpr]r�rrurL)r8rGrrr�drainls zStreamWriter.drain)N)rQrRrSrTr9r�rsr(r�r�r�r�r�r�r�rgr�rrrrr6s rc@s�eZdZdZedfdd�Zdd�Zdd�Zdd �Zd d�Z dd �Z dd�Zdd�Zdd�Z dd�Zdd�Zdd�Zd&dd�Zd'dd�Zd d!�Zd"d#�Zd$d%�ZdS)(rNcCsv|dkrtd��||_|dkr*t��|_n||_t�|_d|_d|_d|_ d|_ d|_|j��rrt �t�d��|_dS)NrzLimit cannot be <= 0Fr )� ValueError�_limitrr r4� bytearray�_buffer�_eof�_waiter� _exceptionr]r5r;r � extract_stack�sys� _getframerY)r8rrrrrr9�s �zStreamReader.__init__cCs�dg}|jr"|�t|j��d��|jr2|�d�|jtkrN|�d|j���|jrf|�d|j���|jr~|�d|j���|jr�|�d|j���|j r�|�d�d � d �|��S)Nrz bytes�eofzlimit=zwaiter=z exception=rxZpausedryrz)r�r{�lenr�r��_DEFAULT_LIMITr�r�r]r5r|r}r~rrrr��s zStreamReader.__repr__cCs|jSr)r�r=rrrrp�szStreamReader.exceptioncCs0||_|j}|dk r,d|_|��s,|�|�dSr)r�r�rJrErFrrrrE�szStreamReader.set_exceptioncCs*|j}|dk r&d|_|��s&|�d�dS)z1Wakeup read*() functions waiting for data or EOF.N)r�rJr@rArrr�_wakeup_waiter�s zStreamReader._wakeup_waitercCs|jdkstd��||_dS)NzTransport already set)r]r:)r8r(rrrrf�szStreamReader.set_transportcCs*|jr&t|j�|jkr&d|_|j��dSr3)r5r�r�r�r]�resume_readingr=rrr�_maybe_resume_transport�sz$StreamReader._maybe_resume_transportcCsd|_|��dSrD)r�r�r=rrrrk�szStreamReader.feed_eofcCs|jo|jS)z=Return True if the buffer is empty and 'feed_eof' was called.)r�r�r=rrr�at_eof�szStreamReader.at_eofcCs�|jrtd��|sdS|j�|�|��|jdk r~|js~t|j�d|jkr~z|j� �Wnt k rvd|_YnXd|_dS)Nzfeed_data after feed_eofrT)r�r:r��extendr�r]r5r�r�Z pause_readingrMr�rrrrl�s ��zStreamReader.feed_datac�sf|jdk rt|�d���|jr&td��|jr<d|_|j��|j��|_z|jIdHW5d|_XdS)zpWait until feed_data() or feed_eof() is called. If stream was paused, automatically resume it. NzF() called while another coroutine is already waiting for incoming dataz_wait_for_data after EOFF) r��RuntimeErrorr�r:r5r]r�r4rK)r8Z func_namerrr�_wait_for_data�s � zStreamReader._wait_for_datac �s�d}t|�}z|�|�IdH}Wn�tjk rN}z|jWY�Sd}~XYnhtjk r�}zH|j�||j�r�|jd|j|�=n |j� �|� �t|jd��W5d}~XYnX|S)a�Read chunk of data from the stream until newline (b' ') is found. On success, return chunk that ends with newline. If only partial line can be read due to EOF, return incomplete line without terminating newline. When EOF was reached while no bytes read, empty bytes object is returned. If limit is reached, ValueError will be raised. In that case, if newline was found, complete line including newline will be removed from internal buffer. Else, internal buffer will be cleared. Limit is compared against part of the line without newline. If stream was paused, this function will automatically resume it if needed. � Nr) r�� readuntilr�IncompleteReadError�partial�LimitOverrunErrorr�� startswith�consumed�clearr�r��args)r8�sep�seplen�line�errr�readline s zStreamReader.readliner�c�s�t|�}|dkrtd��|jdk r(|j�d}t|j�}|||kr||j�||�}|dkrZq�|d|}||jkr|t�d|��|jr�t |j�}|j� �t�|d��|�d�IdHq,||jkr�t�d|��|jd||�}|jd||�=|� �t |�S) aVRead data from the stream until ``separator`` is found. On success, the data and separator will be removed from the internal buffer (consumed). Returned data will include the separator at the end. Configured stream limit is used to check result. Limit sets the maximal length of data that can be returned, not counting the separator. If an EOF occurs and the complete separator is still not found, an IncompleteReadError exception will be raised, and the internal buffer will be reset. The IncompleteReadError.partial attribute may contain the separator partially. If the data cannot be read because of over limit, a LimitOverrunError exception will be raised, and the data will be left in the internal buffer, so it can be read again. rz,Separator should be at least one-byte stringN���r z2Separator is not found, and chunk exceed the limitr�z2Separator is found, but chunk is longer than limit)r�r�r�r��findr�rr�r��bytesr�r�r�r�)r8Z separatorr��offsetZbuflenZisep�chunkrrrr�(s> � �zStreamReader.readuntilr�c�s�|jdk r|j�|dkrdS|dkrVg}|�|j�IdH}|s@qL|�|�q(d�|�S|jsr|jsr|�d�IdHt|jd|��}|jd|�=|� �|S)a�Read up to `n` bytes from the stream. If n is not provided, or set to -1, read until EOF and return all read bytes. If the EOF was received and the internal buffer is empty, return an empty bytes object. If n is zero, return empty bytes object immediately. If n is positive, this function try to read `n` bytes, and may return less or equal bytes than requested, but at least one byte. If EOF was received before any byte is read, this function returns empty byte object. Returned value is not limited with limit, configured at stream creation. If stream was paused, this function will automatically resume it if needed. Nrr�read) r�r�r�r{r}r�r�r�r�r�)r8�nZblocks�blockrmrrrr��s" zStreamReader.readc�s�|dkrtd��|jdk r |j�|dkr,dSt|j�|krr|jr`t|j�}|j��t�||��|� d�IdHq,t|j�|kr�t|j�}|j��nt|jd|��}|jd|�=|� �|S)a�Read exactly `n` bytes. Raise an IncompleteReadError if EOF is reached before `n` bytes can be read. The IncompleteReadError.partial attribute of the exception will contain the partial read bytes. if n is zero, return empty bytes object. Returned value is not limited with limit, configured at stream creation. If stream was paused, this function will automatically resume it if needed. rz*readexactly size can not be less than zeroNr�readexactly)r�r�r�r�r�r�r�rr�r�r�)r8r�Z incompletermrrrr��s& zStreamReader.readexactlycCs|Srrr=rrr� __aiter__�szStreamReader.__aiter__c�s|��IdH}|dkrt�|S)Nr)r��StopAsyncIteration)r8�valrrr� __anext__�szStreamReader.__anext__)r�)r�)rQrRrSrYr�r9r�rprEr�rfr�rkr�rlr�r�r�r�r�r�r�rrrrr�s$ [ 2)r)NN)NN)N)N)�__all__Zsocketr�r!rV�hasattr�r rrr r�logrZtasksrr�rrrrZProtocolr2rrrrrrr�<module>sF �!�' ��DkP
/home/./../lib64/sa/../krb5/./../python3.8/asyncio/__pycache__/streams.cpython-38.pyc