asyncio.StreamReaderProtocol
  • References/Python/Python/Inputouput

class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between

2025-01-10 15:47:30
asyncio.asyncio.subprocess.Process.terminate()
  • References/Python/Python/Inputouput

terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API

2025-01-10 15:47:30
selectors.KqueueSelector
  • References/Python/Python/Inputouput

class selectors.KqueueSelector

2025-01-10 15:47:30
asyncio.AbstractEventLoop.create_connection()
  • References/Python/Python/Inputouput

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)

2025-01-10 15:47:30
asyncio.AbstractEventLoop.close()
  • References/Python/Python/Inputouput

AbstractEventLoop.close() Close the event loop. The loop must not be running. Pending callbacks will be lost.

2025-01-10 15:47:30
selectors.DevpollSelector.fileno()
  • References/Python/Python/Inputouput

fileno() This returns the file descriptor used by the underlying

2025-01-10 15:47:30
asyncio.wait()
  • References/Python/Python/Inputouput

coroutine asyncio.wait(futures, *, loop=None, timeout=None, return_when=ALL_COMPLETED) Wait for the Futures and coroutine objects

2025-01-10 15:47:30
asyncio.BaseSubprocessTransport.kill()
  • References/Python/Python/Inputouput

kill(self) Kill the subprocess, as in

2025-01-10 15:47:30
asyncio.WriteTransport.get_write_buffer_limits()
  • References/Python/Python/Inputouput

get_write_buffer_limits() Get the high- and low-water limits for write flow control. Return a tuple (low

2025-01-10 15:47:30
asyncio.AbstractEventLoop.is_closed()
  • References/Python/Python/Inputouput

AbstractEventLoop.is_closed() Returns True if the event loop was closed.

2025-01-10 15:47:30