sys.prefix
  • References/Python/Python/Runtime

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

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

traceback.print_tb(tb, limit=None, file=None) Print up to limit stack trace entries from traceback object tb

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
traceback.format_exception_only()
  • References/Python/Python/Runtime

traceback.format_exception_only(etype, value) Format the exception part of a traceback. The arguments are the exception type

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

class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the

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
sys.
  • References/Python/Python/Runtime

sys.__stdin__ sys.__stdout__ sys.__stderr__ These objects contain the

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
traceback.format_list()
  • References/Python/Python/Runtime

traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()

2025-01-10 15:47:30