select.kqueue.closed
  • References/Python/Python/Inputouput

kqueue.closed True if the kqueue object is closed.

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

get_write_buffer_size() Return the current size of the output buffer used by the transport.

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

coroutine AbstractEventLoop.sock_recv(sock, nbytes) Receive data from the socket. Modeled after blocking

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

select.devpoll() (Only supported on Solaris and derivatives.) Returns a /dev/poll polling object; see section /dev/poll

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

BaseProtocol.connection_lost(exc) Called when the connection is lost or closed. The argument

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

cancelled() Return True if the future was cancelled.

2025-01-10 15:47:30
select.kevent.fflags
  • References/Python/Python/Inputouput

kevent.fflags Filter specific flags. KQ_FILTER_READ and KQ_FILTER_WRITE

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

fileobj File object registered.

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

AbstractEventLoop.is_running() Returns running status of event loop.

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

class asyncio.AbstractEventLoop Abstract base class of event loops. This class is

2025-01-10 15:47:30