asyncio.AbstractEventLoop.subprocess_shell()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

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

epoll.closed True if the epoll object is closed.

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

notify_all() Wake up all coroutines waiting on this condition. This method acts like notify(), but wakes up all

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

sockets List of

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

asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().

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

asyncio.set_event_loop(loop) Equivalent to calling get_event_loop_policy().set_event_loop(loop).

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

coroutine AbstractEventLoop.connect_write_pipe(protocol_factory, pipe) Register write pipe in eventloop.

2025-01-10 15:47:30
selectors.SelectorKey
  • References/Python/Python/Inputouput

class selectors.SelectorKey A SelectorKey is a

2025-01-10 15:47:30
selectors.SelectorKey.data
  • References/Python/Python/Inputouput

data Optional opaque data associated to this file object: for example, this could be used to store a per-client session ID.

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

select.poll() (Not supported by all operating systems.) Returns a polling object, which supports registering and unregistering

2025-01-10 15:47:30