full() Return True if there are maxsize items in the queue.
get_returncode() Return the subprocess returncode as an integer or
close() Close the transport: see
writelines(list_of_data) Write a list (or any iterable) of data bytes to the transport. This is functionally equivalent to calling
class asyncio.BoundedSemaphore(value=1, *, loop=None) A bounded semaphore implementation. Inherit from Semaphore
set_event_loop(loop) Set the event loop for the current context to loop.
coroutine asyncio.open_connection(host=None, port=None, *, loop=None, limit=None, **kwds) A wrapper for
release() Release a lock. When the lock is locked, reset it to unlocked, and return. If any
locked() Return True if the underlying lock is acquired.
coroutine readexactly(n) Read exactly n bytes. Raise an IncompleteReadError if the end of the stream is
Page 15 of 28