class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
inspect.ismodule(object) Return true if the object is a module.
sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true
inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.
sys.implementation An object containing information about the implementation of the currently running Python interpreter. The
inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__
sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().
traceback.format_exception(etype, value, tb, limit=None, chain=True) Format a stack trace and the exception information. The
classmethod from_callable(obj, *, follow_wrapped=True) Return a Signature (or its subclass) object for a given
Page 3 of 26