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
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
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