DatagramTransport.abort() Close the transport immediately, without waiting for pending operations to complete. Buffered data
fileobj File object registered.
poll.modify(fd, eventmask) Modifies an already registered fd. This has the same effect as register(fd, eventmask)
coroutine readline() Read one line, where “line” is a sequence of bytes ending with \n. If
class asyncio.StreamWriter(transport, protocol, reader, loop) Wraps a Transport. This exposes
coroutine AbstractEventLoop.sock_recv(sock, nbytes) Receive data from the socket. Modeled after blocking
close() Ask the subprocess to stop by calling the terminate() method if the subprocess hasn’t returned yet, and
class asyncio.BaseSubprocessTransport get_pid() Return the subprocess process
AbstractEventLoop.call_soon_threadsafe(callback, *args) Like call_soon(), but thread safe. See
AbstractEventLoop.set_debug(enabled: bool) Set the debug mode of the event loop.
Page 7 of 28