asyncio.WriteTransport
  • References/Python/Python/Inputouput

class asyncio.WriteTransport Interface for write-only transports. abort()

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

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

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

BaseProtocol.resume_writing() Called when the transport’s buffer drains below the low-water mark.

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

kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor

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

coroutine drain() Let the write buffer of the underlying transport a chance to be flushed. The

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

class asyncio.Lock(*, loop=None) Primitive lock objects. A primitive lock is a synchronization

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

class selectors.SelectorKey A SelectorKey is a

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

abstractmethod unregister(fileobj) Unregister a file object from selection, removing it from monitoring. A file object shall

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

stdout Standard output stream (

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

SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed

2025-01-10 15:47:30