warnings.warn_explicit(message, category, filename, lineno, module=None, registry=None, module_globals=None) This is a low-level
inspect.formatargvalues(args[, varargs, varkw, locals, formatarg, formatvarargs, formatvarkw, formatvalue]) Format a pretty
text For syntax errors - the text where the error occurred.
contextlib.suppress(*exceptions) Return a context manager that suppresses any of the specified exceptions if they occur in the
sys.getrecursionlimit() Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.
inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),
sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().
replace(*[, name][, kind][, default][, annotation]) Create a new Parameter instance based on the instance replaced was invoked
inspect.trace(context=1) Return a list of frame records for the stack between the current frame and the frame in which an exception
gc.callbacks A list of callbacks that will be invoked by the garbage collector before and after collection. The callbacks will
Page 14 of 26