sysconfig.get_path_names() Return a tuple containing all path names currently supported in sysconfig.
inspect.getclosurevars(func) Get the mapping of external name references in a Python function or method func to their
inspect.iscoroutine(object) Return true if the object is a coroutine created by an async
sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for
sys.copyright A string containing the copyright pertaining to the Python interpreter.
sys.tracebacklimit When this variable is set to an integer value, it determines the maximum number of levels of traceback information
inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible
sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.
gc.get_threshold() Return the current collection thresholds as a tuple of (threshold0, threshold1, threshold2)
sys.builtin_module_names A tuple of strings giving the names of all modules that are compiled into this Python interpreter.
Page 20 of 26