classmethod from_exception(exc, *, limit=None, lookup_lines=True, capture_locals=False) Capture an exception for later rendering
inspect.isbuiltin(object) Return true if the object is a built-in function or a bound built-in method.
sys.int_info A struct sequence that holds information about Python’s internal representation
warnings.warn(message, category=None, stacklevel=1) Issue a warning, or maybe ignore it or raise an exception. The category
gc.enable() Enable automatic garbage collection.
inspect.getouterframes(frame, context=1) Get a list of frame records for a frame and all outer frames. These frames represent
@abc.abstractmethod A decorator indicating abstract methods. Using this decorator requires that
bind(*args, **kwargs) Create a mapping from positional and keyword arguments to parameters. Returns BoundArguments
sys.displayhook(value) If value is not None, this function prints repr(value) to sys
inspect.currentframe() Return the frame object for the caller’s stack frame.
Page 24 of 26