get_extra_info(name, default=None) Return optional transport information. name is a string representing the piece of
class selectors.BaseSelector A BaseSelector is used to wait for I/O event readiness on multiple file objects. It
AbstractEventLoop.close() Close the event loop. The loop must not be running. Pending callbacks will be lost.
class asyncio.SelectorEventLoop Event loop based on the
resume_reading() Resume the receiving end. The protocol’s data_received() method will be called once again if some
class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between
kqueue.fromfd(fd) Create a kqueue object from a given file descriptor.
exception asyncio.TimeoutError The operation exceeded the given deadline.
@asyncio.coroutine Decorator to mark generator-based coroutines. This enables the generator use yield from to call
coroutine AbstractEventLoop.create_connection(protocol_factory, host=None, port=None, *, ssl=None, family=0, proto=0, flags=0, sock=None, local_addr=None, server_hostname=None)
Page 25 of 28