epoll.close() Close the control file descriptor of the epoll object.
coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
os.set_blocking(fd, blocking) Set the blocking mode of the specified file descriptor. Set the O_NONBLOCK flag if
class typing.Iterable(Generic[T_co]) A generic version of the
dis.opmap Dictionary mapping operation names to bytecodes.
cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts
plistlib.writePlistToBytes(rootObject) Return rootObject as an XML plist-formatted bytes object.
is_link_local True if the address is reserved for link-local usage. See
sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.
operator.iadd(a, b) operator.__iadd__(a, b) a = iadd(a, b) is equivalent to a += b.
Page 91 of 100