💾 Archived View for tris.fyi › pydoc › asyncio.base_subprocess captured on 2022-01-08 at 13:54:35. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
This module has no docstring.
close(self)
get_extra_info(self, name, default=None) Get optional transport information.
get_pid(self)
get_pipe_transport(self, fd)
get_protocol(self)
get_returncode(self)
is_closing(self)
kill(self)
send_signal(self, signal)
set_protocol(self, protocol)
terminate(self)
connection_lost(self, exc)
connection_made(self, transport)
data_received(self, data)
eof_received(self) Called when the other end calls write_eof() or equivalent. If this returns a false value (including None), the transport will close itself. If it returns a true value, closing the transport is up to the protocol.
pause_writing(self)
resume_writing(self)
connection_lost(self, exc)
connection_made(self, transport)
pause_writing(self)
resume_writing(self)
logger = <Logger asyncio (INFO)>