classmethod from_list(a_list) Construct a StackSummary object from a supplied old-style list of tuples. Each tuple
sys.float_info A struct sequence holding information about the float type. It contains
sys.last_traceback These three variables are not always defined; they are set when an exception is not handled and the interpreter
contextlib.suppress(*exceptions) Return a context manager that suppresses any of the specified exceptions if they occur in the
inspect.getmodulename(path) Return the name of the module named by the file path, without including the names of enclosing
class contextlib.ExitStack A context manager that is designed to make it easy to programmatically combine other context managers
sys.getrefcount(object) Return the reference count of the object. The count returned is generally one higher than you
text For syntax errors - the text where the error occurred.
gc.collect(generations=2) With no arguments, run a full collection. The optional argument generation may be an integer
sys.float_repr_style A string indicating how the
Page 12 of 26