asyncio.BaseTransport.is_closing()
  • References/Python/Python/Inputouput

is_closing(self) Return True if the transport is closing or is closed.

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

AbstractEventLoop.add_signal_handler(signum, callback, *args) Add a handler for a signal. Raise

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

kill(self) Kill the subprocess, as in

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

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

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
asyncio.IncompleteReadError.expected
  • References/Python/Python/Inputouput

expected Total number of expected bytes (

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

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

2025-01-10 15:47:30
select.error
  • References/Python/Python/Inputouput

exception select.error A deprecated alias of

2025-01-10 15:47:30