contextlib.suppress(*exceptions) Return a context manager that suppresses any of the specified exceptions if they occur in the
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.
replace(*[, name][, kind][, default][, annotation]) Create a new Parameter instance based on the instance replaced was invoked
sys._clear_type_cache() Clear the internal type cache. The type cache is used to speed up attribute and method lookups. Use
sys.float_info A struct sequence holding information about the float type. It contains
sys.float_repr_style A string indicating how the
inspect.getinnerframes(traceback, context=1) Get a list of frame records for a traceback’s frame and all inner frames. These
warnings.resetwarnings() Reset the warnings filter. This discards the effect of all previous calls to filterwarnings()
__subclasshook__(subclass) (Must be defined as a class method.) Check whether subclass
Page 14 of 26