select.epoll.fromfd()
  • References/Python/Python/Inputouput

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

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

coroutine drain() Let the write buffer of the underlying transport a chance to be flushed. The

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

write_eof() Close the write end of the transport after flushing buffered data: see

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

class asyncio.WriteTransport Interface for write-only transports. abort()

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

kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor

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
select.epoll.closed
  • References/Python/Python/Inputouput

epoll.closed True if the epoll object is closed.

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

kevent.flags Filter action.

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

coroutine AbstractEventLoop.create_unix_server(protocol_factory, path=None, *, sock=None, backlog=100, ssl=None) Similar to

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