selectors.DefaultSelector
  • References/Python/Python/Inputouput

class selectors.DefaultSelector The default selector class, using the most efficient implementation available on the current

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

class selectors.EpollSelector

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

kqueue.fileno() Return the file descriptor number of the control fd.

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

send_signal(signal) Send the signal number to the subprocess, as in

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

kqueue.closed True if the kqueue object is closed.

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

pid The identifier of the process. Note that for processes created by the create_subp

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

close() Close the selector. This must be called to make sure that any underlying resource is

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

coroutine AbstractEventLoop.connect_read_pipe(protocol_factory, pipe) Register read pipe in eventloop.

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

coroutine acquire() Acquire a lock. This method blocks until the lock is unlocked, then sets

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

maxsize Number of items allowed in the queue.

2025-01-10 15:47:30