send_signal(signal) Sends the signal signal to the child process.
asyncio.set_event_loop_policy(policy) Set the current event loop policy. If policy is None, the default
exception() Return the exception that was set on this future. The exception (or None
consumed Total number of to be consumed bytes.
class asyncio.AbstractEventLoopPolicy Event loop policy. get_event_loop()
modify(fileobj, events, data=None) Change a registered file object’s monitored events or attached data. This
class asyncio.LifoQueue A subclass of Queue that retrieves most recently added entries first.
class asyncio.SubprocessProtocol The base class for implementing protocols communicating with child processes (through a set
SubprocessProtocol.process_exited() Called when the child process has exited.
BaseProtocol.connection_made(transport) Called when a connection is made. The transport
Page 12 of 28