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
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
selectors.SelectorKey.fileobj
  • References/Python/Python/Inputouput

fileobj File object registered.

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

pid The identifier of the process. Note that for processes created by the create_subp

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

coroutine AbstractEventLoop.getaddrinfo(host, port, *, family=0, type=0, proto=0, flags=0) This method is a

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

coroutine acquire() Acquire a lock. This method blocks until the lock is unlocked, then sets

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

close() Ask the subprocess to stop by calling the terminate() method if the subprocess hasn’t returned yet, and

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

close() Close the selector. This must be called to make sure that any underlying resource is

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

Protocol.eof_received() Calls when the other end signals it won’t send any more data (for example by calling write_eof()

2025-01-10 15:47:30