select.kqueue()
  • References/Python/Python/Inputouput

select.kqueue() (Only supported on BSD.) Returns a kernel queue object; see section Kqueue Objects below for the

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

kqueue.close() Close the control file descriptor of the kqueue object.

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

stderr Standard error stream (

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

get_extra_info(name, default=None) Return optional transport information: see

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

pause_reading() Pause the receiving end of the transport. No data will be passed to the protocol’s data_received()

2025-01-10 15:47:30
asyncio.ReadTransport
  • References/Python/Python/Inputouput

class asyncio.ReadTransport Interface for read-only transports.

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

AbstractEventLoop.default_exception_handler(context) Default exception handler. This is called

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

DatagramProtocol.datagram_received(data, addr) Called when a datagram is received. data is a bytes object containing

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

cancel() Request that this task cancel itself. This arranges for a

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

coroutine asyncio.start_server(client_connected_cb, host=None, port=None, *, loop=None, limit=None, **kwds) Start a socket server

2025-01-10 15:47:30