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

class asyncio.Protocol The base class for implementing streaming protocols (for use with e.g. TCP and SSL transports).

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

send_signal(signal) Sends the signal signal to the child process.

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
asyncio.AbstractEventLoop.call_soon()
  • References/Python/Python/Inputouput

AbstractEventLoop.call_soon(callback, *args) Arrange for a callback to be called as soon as possible. The callback is called

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.get_task_factory()
  • References/Python/Python/Inputouput

AbstractEventLoop.get_task_factory() Return a task factory, or None if the default one is in use.

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

poll.modify(fd, eventmask) Modifies an already registered fd. This has the same effect as register(fd, eventmask)

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