traceback.walk_stack()
  • References/Python/Python/Runtime

traceback.walk_stack(f) Walk a stack following f.f_back from the given frame, yielding the frame and line number

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

inspect.isbuiltin(object) Return true if the object is a built-in function or a bound built-in method.

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

sys.hexversion The version number encoded as a single integer. This is guaranteed to increase with each version, including proper

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

inspect.isgetsetdescriptor(object) Return true if the object is a getset descriptor.

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

sysconfig.is_python_build() Return True if the current Python installation was built from source.

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

classmethod extract(frame_gen, *, limit=None, lookup_lines=True, capture_locals=False) Construct a StackSummary

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

sys.abiflags On POSIX systems where Python was built with the standard configure script, this contains the ABI

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

inspect.getframeinfo(frame, context=1) Get information about a frame or traceback object. A named

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

sys.is_finalizing() Return

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

sys.__excepthook__ These objects contain the original values of displayhook and excepthook at the

2025-01-10 15:47:30