class asyncio.AbstractEventLoopPolicy Event loop policy. get_event_loop()
transport Transport.
full() Return True if there are maxsize items in the queue.
class asyncio.Queue(maxsize=0, *, loop=None) A queue, useful for coordinating producer and consumer coroutines.
get_returncode() Return the subprocess returncode as an integer or
AbstractEventLoop.set_exception_handler(handler) Set handler as the new event loop exception handler.
get_nowait() Remove and return an item from the queue. Return an item if one is immediately
AbstractEventLoop.call_later(delay, callback, *args) Arrange for the callback to be called after the given delay
coroutine readexactly(n) Read exactly n bytes. Raise an IncompleteReadError if the end of the stream is
class asyncio.SubprocessProtocol The base class for implementing protocols communicating with child processes (through a set
Page 16 of 28