asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().
asyncio.get_event_loop() Equivalent to calling get_event_loop_policy().get_event_loop().
class asyncio.Task(coro, *, loop=None) Schedule the execution of a coroutine: wrap it in a future. A task is a
events Events that must be waited for on this file object.
get_pipe_transport(fd) Return the transport for the communication pipe corresponding to the integer file descriptor fd:
class asyncio.WriteTransport Interface for write-only transports. abort()
epoll.fromfd(fd) Create an epoll object from a given file descriptor.
sockets List of
stdout Standard output stream (
SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed
Page 4 of 28