asyncio.IncompleteReadError.partial
  • References/Python/Python/Inputouput

partial Read bytes string before the end of stream was reached (

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

set_exception(exc) Set the exception.

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

class asyncio.BaseEventLoop This class is an implementation detail. It is a subclass of AbstractEventLoop and may

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

classmethod current_task(loop=None) Return the currently running task in an event loop or None.

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

terminate() Ask the subprocess to stop, as in

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

stderr Standard error stream (

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

coroutine AbstractEventLoop.create_server(protocol_factory, host=None, port=None, *, family=socket.AF_UNSPEC, flags=socket.AI_PASSIVE, sock=None, backlog=100, ssl=None

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

coroutine AbstractEventLoop.sock_connect(sock, address) Connect to a remote socket at address. Modeled after blocking

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

coroutine get() Remove and return an item from the queue. If queue is empty, wait until an item is available.

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

get_event_loop() Get the event loop for the current context. Returns an event loop object implementing

2025-01-10 15:47:30