AlkantarClanX12
Current Path : /opt/alt/python310/lib64/python3.10/asyncio/__pycache__/ |
Current File : //opt/alt/python310/lib64/python3.10/asyncio/__pycache__/base_futures.cpython-310.pyc |
o 6��f � @ sR d Z ddlZddlmZ ddlmZ dZdZdZd d � Z dd� Z e� Zd d� Z dS )� � N)� get_ident� )�format_helpersZPENDINGZ CANCELLEDZFINISHEDc C s t | jd�o | jduS )z�Check for a Future. This returns True when obj is a Future instance or is advertising itself as duck-type compatible by setting _asyncio_future_blocking. See comment in Future for more details. �_asyncio_future_blockingN)�hasattr� __class__r )�objr r �;/opt/alt/python310/lib64/python3.10/asyncio/base_futures.py�isfuture s �r c C s� t | �}|sd} dd� }|dkr|| d d �} n0|dkr0d�|| d d �|| d d ��} n|dkrId�|| d d �|d || d d ��} d | � d�S )�#helper function for Future.__repr__� c S s t �| d�S )Nr )r Z_format_callback_source)�callbackr r r � format_cb s z$_format_callbacks.<locals>.format_cbr r � z{}, {}z{}, <{} more>, {}���zcb=[�])�len�format)�cb�sizer r r r �_format_callbacks s &�r c C s� | j �� g}| j tkrI| jdur|�d| j��� n/t| �t� f}|tv r(d}nt�|� z t � | j�}W t�|� nt�|� w |�d|� �� | j rT|�t| j �� | jrk| jd }|�d|d � d|d � �� |S ) r Nz exception=z...zresult=r zcreated at r �:r )Z_state�lower� _FINISHEDZ _exception�append�idr � _repr_running�add�reprlib�reprZ_result�discardZ _callbacksr Z_source_traceback)Zfuture�info�key�result�framer r r �_future_repr_info7 s$ r&