AbstractEventLoop.set_debug(enabled: bool) Set the debug mode of the event loop.
exception() Get the exception.
class asyncio.BaseSubprocessTransport get_pid() Return the subprocess process
Protocol.eof_received() Calls when the other end signals it won’t send any more data (for example by calling write_eof()
get_stack(*, limit=None) Return the list of stack frames for this task’s coroutine. If the coroutine
set() Set the internal flag to true. All coroutines waiting for it to become true are awakened. Coroutine that call
coroutine communicate(input=None) Interact with process: Send data to stdin. Read data from stdout and stderr, until end-of-file
coroutine readline() Read one line, where “line” is a sequence of bytes ending with \n. If
coroutine AbstractEventLoop.getaddrinfo(host, port, *, family=0, type=0, proto=0, flags=0) This method is a
asyncio.set_event_loop_policy(policy) Set the current event loop policy. If policy is None, the default
Page 10 of 28