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

inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,

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

inspect.ismodule(object) Return true if the object is a module.

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

sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true

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

sys.implementation An object containing information about the implementation of the currently running Python interpreter. The

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

sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().

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

classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given

2025-01-10 15:47:30