sys.meta_path
  • References/Python/Python/Runtime

sys.meta_path A list of meta path finder objects that have their

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

traceback.format_exception(etype, value, tb, limit=None, chain=True) Format a stack trace and the exception information. The

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

sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python

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

inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__

2025-01-10 15:47:30
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
fpectl.turnoff_sigfpe()
  • References/Python/Python/Runtime

fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.

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

__context__ A TracebackException of the original __context__.

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

inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.

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

warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings

2025-01-10 15:47:30