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.Event
  • References/Python/Python/Inputouput

class asyncio.Event(*, loop=None) An Event implementation, asynchronous equivalent to

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

AbstractEventLoop.set_default_executor(executor) Set the default executor used by run_in_executor().

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

get_key(fileobj) Return the key associated with a registered file object. This returns the

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

get_extra_info(name, default=None) Return optional transport information: see

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

devpoll.poll([timeout]) Polls the set of registered file descriptors, and returns a possibly-empty list containing (fd

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
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.QueueEmpty
  • References/Python/Python/Inputouput

exception asyncio.QueueEmpty Exception raised when the get_nowait() method is called on a Queue object

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

partial Read bytes string before the end of stream was reached (

2025-01-10 15:47:30