a
    ze'                     @   s>   d dl Z d dlZdd ZG dd dejZedkr:e  dS )    Nc                   C   s   t d  d S N)asyncioZset_event_loop_policy r   r   5/usr/lib/python3.9/test/test_asyncio/test_futures2.pytearDownModule   s    r   c                   @   s   e Zd Zdd ZdS )FutureTestsc                    s.   dd }|  dttj| ddI d H  d S )Nc                      s   t  S r   )r   Z	all_tasksr   r   r   r   func   s    z?FutureTests.test_recursive_repr_for_pending_tasks.<locals>.funcz...
   )timeout)ZassertInreprr   wait_for)selfr   r   r   r   %test_recursive_repr_for_pending_tasks   s    z1FutureTests.test_recursive_repr_for_pending_tasksN)__name__
__module____qualname__r   r   r   r   r   r   
   s   r   __main__)r   Zunittestr   ZIsolatedAsyncioTestCaser   r   mainr   r   r   r   <module>   s
   