select.error
  • References/Python/Python/Inputouput

exception select.error A deprecated alias of

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

coroutine wait() Wait until notified. If the calling coroutine has not acquired the lock when

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

exception asyncio.LimitOverrunError Reached the buffer limit while looking for a separator.

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

coroutine wait_closed() Wait until the close() method completes. This method is

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

resume_reading() Resume the receiving end. The protocol’s data_received() method will be called once again if some

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

abstractmethod register(fileobj, events, data=None) Register a file object for selection, monitoring it for I/O events.

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

fileno() This returns the file descriptor used by the underlying

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

class asyncio.BaseTransport Base class for transports. close(self)

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

set_exception(exception) Mark the future done and set an exception. If the future is already

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

put_nowait(item) Put an item into the queue without blocking. If no free slot is immediately

2025-01-10 15:47:30