cancel() Cancel the call. If the callback is already canceled or executed, this method has no effect.
coroutine asyncio.create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Run the
close(self) Close the transport. If the transport has a buffer for outgoing data, buffered data will be flushed asynchronously
poll.unregister(fd) Remove a file descriptor being tracked by a polling object. Just like the register() method
remove_done_callback(fn) Remove all instances of a callback from the “call when done” list. Returns
writelines(list_of_data) Write a list (or any iterable) of data bytes to the transport. This is functionally equivalent to calling
class asyncio.subprocess.Process A subprocess created by the create_subprocess_exec() or the create_subp
BaseProtocol.connection_made(transport) Called when a connection is made. The transport
coroutine wait() Block until the internal flag is true. If the internal flag is true on entry
AbstractEventLoop.get_debug() Get the debug mode (
Page 14 of 28