sys.exec_prefix
  • References/Python/Python/Runtime

sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;

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

sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation

2025-01-10 15:47:30
traceback.TracebackException
  • References/Python/Python/Runtime

class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture

2025-01-10 15:47:30
inspect.Parameter.name
  • References/Python/Python/Runtime

name The name of the parameter as a string. The name must be a valid Python identifier.

2025-01-10 15:47:30
sys.byteorder
  • References/Python/Python/Runtime

sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant

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

gc.get_referents(*objs) Return a list of objects directly referred to by any of the arguments. The referents returned are those

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

gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False

2025-01-10 15:47:30
inspect.BoundArguments.apply_defaults()
  • References/Python/Python/Runtime

apply_defaults() Set default values for missing arguments. For variable-positional arguments

2025-01-10 15:47:30
sys.path_importer_cache
  • References/Python/Python/Runtime

sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are

2025-01-10 15:47:30
fpectl.FloatingPointError
  • References/Python/Python/Runtime

exception fpectl.FloatingPointError After turnon_sigfpe() has been executed, a floating point operation that raises

2025-01-10 15:47:30