selectors.BaseSelector.modify()
  • References/Python/Python/Inputouput

modify(fileobj, events, data=None) Change a registered file object’s monitored events or attached data. This

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

writelines(list_of_data) Write a list (or any iterable) of data bytes to the transport. This is functionally equivalent to calling

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

locked() Return True if the underlying lock is acquired.

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

devpoll.modify(fd[, eventmask]) This method does an unregister() followed by a register(). It is (a

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

coroutine wait() Block until the internal flag is true. If the internal flag is true on entry

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

class asyncio.PriorityQueue A subclass of Queue; retrieves entries in priority order (lowest first).

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

coroutine asyncio.create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) Run the

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

coroutine AbstractEventLoop.create_datagram_endpoint(protocol_factory, local_addr=None, remote_addr=None, *, family=0, proto=0, flags=0, reuse_address=None, reuse_port=None

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

set_event_loop(loop) Set the event loop for the current context to loop.

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

stdin Standard input stream (

2025-01-10 15:47:30