class traceback.TracebackException(exc_type, exc_value, exc_traceback, *, limit=None, lookup_lines=True, capture_locals=False) Capture
traceback.format_exception_only(etype, value) Format the exception part of a traceback. The arguments are the exception type
traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()
sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant
class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the
sys.path_importer_cache A dictionary acting as a cache for finder objects. The keys are
sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
inspect.ismethod(object) Return true if the object is a bound method written in Python.
enter_context(cm) Enters a new context manager and adds its __exit__() method to the callback stack. The return
inspect.iscoroutinefunction(object) Return true if the object is a coroutine function
Page 3 of 26