inspect.unwrap(func, *, stop=None) Get the object wrapped by func. It follows the chain of __wrapped__
inspect.ismethod(object) Return true if the object is a bound method written in Python.
atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments
sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.
sys.getallocatedblocks() Return the number of memory blocks currently allocated by the interpreter, regardless of their size
class inspect.BoundArguments Result of a Signature.bind() or Signature.bind_partial() call. Holds
sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation
gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False
Page 3 of 26