sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture
name The name of the parameter as a string. The name must be a valid Python identifier.
sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant
gc.get_referents(*objs) Return a list of objects directly referred to by any of the arguments. The referents returned are those
gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False
apply_defaults() Set default values for missing arguments. For variable-positional arguments
sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are
exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises
Page 1 of 26