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

epoll.close() Close the control file descriptor of the epoll object.

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
os.set_blocking()
  • References/Python/Python/Operating System

os.set_blocking(fd, blocking) Set the blocking mode of the specified file descriptor. Set the O_NONBLOCK flag if

2025-01-10 15:47:30
typing.Iterable
  • References/Python/Python/Development Tools

class typing.Iterable(Generic[T_co]) A generic version of the

2025-01-10 15:47:30
dis.opmap
  • References/Python/Python/Language

dis.opmap Dictionary mapping operation names to bytecodes.

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler.cgi_directories
  • References/Python/Python/Internet

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2025-01-10 15:47:30
plistlib.writePlistToBytes()
  • References/Python/Python/File Formats

plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.

2025-01-10 15:47:30
ipaddress.IPv4Address.is_link_local
  • References/Python/Python/Internet

is_link_local True if the address is reserved for link-local usage. See

2025-01-10 15:47:30
sysconfig.get_scheme_names()
  • References/Python/Python/Runtime

sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.

2025-01-10 15:47:30
operator.iadd()
  • References/Python/Python/Functional Programming

operator.iadd(a, b) operator.__iadd__(a, b) a = iadd(a, b) is equivalent to a += b.

2025-01-10 15:47:30