asyncio.StreamReader.readuntil()
  • References/Python/Python/Inputouput

coroutine readuntil(separator=b'n') Read data from the stream until separator is found. On

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

set_exception(exc) Set the exception.

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

AbstractEventLoop.remove_signal_handler(sig) Remove a handler for a signal. Return True

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

get_pid() Return the subprocess process id as an integer.

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

get_event_loop() Get the event loop for the current context. Returns an event loop object implementing

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

feed_eof() Acknowledge the EOF.

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

poll.register(fd[, eventmask]) Register a file descriptor with the polling object. Future calls to the poll() method

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

select.epoll(sizehint=-1, flags=0) (Only supported on Linux 2.5.44 and newer.) Return an edge polling object, which can be used

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

kevent.udata User defined value.

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

class asyncio.Condition(lock=None, *, loop=None) A Condition implementation, asynchronous equivalent to

2025-01-10 15:47:30