asyncio.SelectorEventLoop
  • References/Python/Python/Inputouput

class asyncio.SelectorEventLoop Event loop based on the

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
selectors.KqueueSelector.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
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
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.LimitOverrunError
  • References/Python/Python/Inputouput

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

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

@asyncio.coroutine Decorator to mark generator-based coroutines. This enables the generator use yield from to call

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

class asyncio.StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None) Trivial helper class to adapt between

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

terminate() Stop the child. On Posix OSs the method sends signal.SIGTERM to the child. On Windows the Win32 API

2025-01-10 15:47:30