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.AbstractEventLoop.subprocess_shell()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

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.epoll.close()
  • References/Python/Python/Inputouput

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

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
select.epoll.closed
  • References/Python/Python/Inputouput

epoll.closed True if the epoll object is closed.

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