select.kevent.filter
  • References/Python/Python/Inputouput

kevent.filter Name of the kernel filter.

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

write(data) Write some data bytes to the transport. This method does not block; it

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

coroutine asyncio.open_unix_connection(path=None, *, loop=None, limit=None, **kwds) A wrapper for

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

notify(n=1) By default, wake up one coroutine waiting on this condition, if any. If the calling coroutine has not acquired the

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

kqueue.fileno() Return the file descriptor number of the control fd.

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

can_write_eof() Return

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

exception asyncio.IncompleteReadError Incomplete read error, subclass of

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

class asyncio.StreamReader(limit=None, loop=None) This class is

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

DatagramTransport.abort() Close the transport immediately, without waiting for pending operations to complete. Buffered data

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

classmethod all_tasks(loop=None) Return a set of all tasks for an event loop. By default all

2025-01-10 15:47:30