asyncio.InvalidStateError
  • References/Python/Python/Inputouput

exception asyncio.InvalidStateError The operation is not allowed in this state.

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.QueueEmpty
  • References/Python/Python/Inputouput

exception asyncio.QueueEmpty Exception raised when the get_nowait() method is called on a Queue object

2025-01-10 15:47:30
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.AbstractEventLoop.run_until_complete()
  • References/Python/Python/Inputouput

AbstractEventLoop.run_until_complete(future) Run until the

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

get_key(fileobj) Return the key associated with a registered file object. This returns the

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

feed_eof() Acknowledge the EOF.

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

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

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

AbstractEventLoop.default_exception_handler(context) Default exception handler. This is called

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