selectors.EpollSelector.fileno()
  • References/Python/Python/Inputouput

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

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

get_write_buffer_limits() Get the high- and low-water limits for write flow control. Return a tuple (low

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

expected Total number of expected bytes (

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

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

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

exception asyncio.TimeoutError The operation exceeded the given deadline.

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

coroutine AbstractEventLoop.subprocess_exec(protocol_factory, *args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

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

close() Stop serving: close listening sockets and set the sockets attribute to None.

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

asyncio.iscoroutinefunction(func) Return True if func is determined to be a coroutine function

2025-01-10 15:47:30