set_event_loop(loop) Set the event loop for the current context to loop.
asyncio.iscoroutine(obj) Return True if obj is a coroutine object, which may be based on
DatagramProtocol.error_received(exc) Called when a previous send or receive operation raises an
consumed Total number of to be consumed bytes.
stdin Standard input stream (
devpoll.unregister(fd) Remove a file descriptor being tracked by a polling object. Just like the register() method
class asyncio.PriorityQueue A subclass of Queue; retrieves entries in priority order (lowest first).
close(self) Close the transport. If the transport has a buffer for outgoing data, buffered data will be flushed asynchronously
kqueue.control(changelist, max_events[, timeout=None]) → eventlist Low level interface to kevent
AbstractEventLoop.set_exception_handler(handler) Set handler as the new event loop exception handler.
Page 15 of 28