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

asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().

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

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

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

sockets List of

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
asyncio.StreamWriter.writelines()
  • References/Python/Python/Inputouput

writelines(data) Write a list (or any iterable) of data bytes to the transport: see

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