File: //opt/alt/python37/lib/python3.7/site-packages/asynctest/__pycache__/helpers.cpython-37.pyc
B
�P�e � @ s d Z ddlZejdd� �ZdS )z^
Module ``helpers``
------------------
Helper functions and coroutines for :mod:`asynctest`.
� Nc c s$ x| j rtjd| d�E dH qW dS )a
Run the loop until all ready callbacks are executed.
The coroutine doesn't wait for callbacks scheduled in the future with
:meth:`~asyncio.BaseEventLoop.call_at()` or
:meth:`~asyncio.BaseEventLoop.call_later()`.
:param loop: event loop
r )�loopN)�_ready�asyncio�sleep)r � r �B/opt/alt/python37/lib/python3.7/site-packages/asynctest/helpers.py�exhaust_callbacks s r )�__doc__r � coroutiner r r r r �<module> s