@abc.abstractstaticmethod A subclass of the built-in
inspect.getclasstree(classes, unique=False) Arrange the given list of classes into a hierarchy of nested lists. Where a nested
inspect.getargvalues(frame) Get information about arguments passed into a particular frame. A named
inspect.getcallargs(func, *args, **kwds) Bind the args and kwds to the argument names of the Python function
classmethod from_exception(exc, *, limit=None, lookup_lines=True, capture_locals=False) Capture an exception for later rendering
sys.copyright A string containing the copyright pertaining to the Python interpreter.
sys.displayhook(value) If value is not None, this function prints repr(value) to sys
sys.int_info A struct sequence that holds information about Python’s internal representation
inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible
signature A reference to the parent Signature object.
Page 22 of 26