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

AbstractEventLoop.create_future() Create an

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

class asyncio.Semaphore(value=1, *, loop=None) A Semaphore implementation. A semaphore manages

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

AbstractEventLoop.add_reader(fd, callback, *args) Start watching the file descriptor for read availability and then call the

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

locked() Returns True if semaphore can not be acquired immediately.

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

set_result(result) Mark the future done and set its result. If the future is already done when

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

AbstractEventLoop.call_at(when, callback, *args) Arrange for the callback to be called at the given absolute timestamp

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

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

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

get_extra_info(name, default=None) Return optional transport information. name is a string representing the piece of

2025-01-10 15:47:30