traceback.format_exception_only(etype, value) Format the exception part of a traceback. The arguments are the exception type
fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.
sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix
class abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). Use this metaclass to
traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()
warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings
traceback.format_exception(etype, value, tb, limit=None, chain=True) Format a stack trace and the exception information. The
gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False
sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the
Page 4 of 26