class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between
terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API
class selectors.KqueueSelector
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)
AbstractEventLoop.close() Close the event loop. The loop must not be running. Pending callbacks will be lost.
fileno() This returns the file descriptor used by the underlying
coroutine asyncio.wait(futures, *, loop=None, timeout=None, return_when=ALL_COMPLETED) Wait for the Futures and coroutine objects
kill(self) Kill the subprocess, as in
get_write_buffer_limits() Get the high- and low-water limits for write flow control. Return a tuple (low
AbstractEventLoop.is_closed() Returns True if the event loop was closed.
Page 25 of 28