inspect.getcallargs(func, *args, **kwds) Bind the args and kwds to the argument names of the Python function
sys.hexversion The version number encoded as a single integer. This is guaranteed to increase with each version, including proper
sys.hash_info A struct sequence giving parameters of the numeric hash implementation
sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.
gc.get_stats() Return a list of three per-generation dictionaries containing collection statistics since interpreter start.
gc.get_count() Return the current collection counts as a tuple of (count0, count1, count2).
args A tuple of positional arguments values. Dynamically computed from the arguments attribute.
contextlib.redirect_stdout(new_target) Context manager for temporarily redirecting
sys.__excepthook__ These objects contain the original values of displayhook and excepthook at the
inspect.getmodule(object) Try to guess which module an object was defined in.
Page 21 of 26