asyncio.Lock.locked()
  • References/Python/Python/Inputouput

locked() Return True if the lock is acquired.

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

stdout Standard output stream (

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

coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a

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

feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.

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

select.PIPE_BUF The minimum number of bytes which can be written without blocking to a pipe when the pipe has been reported

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

coroutine asyncio.sleep(delay, result=None, *, loop=None) Create a coroutine that completes after a given time

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

empty() Return True if the queue is empty, False otherwise.

2025-01-10 15:47:30
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
asyncio.AbstractEventLoop.remove_writer()
  • References/Python/Python/Inputouput

AbstractEventLoop.remove_writer(fd) Stop watching the file descriptor for write availability.

2025-01-10 15:47:30