inspect.getcallargs(func, *args, **kwds) Bind the args and kwds to the argument names of the Python function
sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.
inspect.iscoroutine(object) Return true if the object is a coroutine created by an async
sys.int_info A struct sequence that holds information about Python’s internal representation
gc.get_stats() Return a list of three per-generation dictionaries containing collection statistics since interpreter start.
inspect.getouterframes(frame, context=1) Get a list of frame records for a frame and all outer frames. These frames represent
inspect.isgetsetdescriptor(object) Return true if the object is a getset descriptor.
traceback.walk_stack(f) Walk a stack following f.f_back from the given frame, yielding the frame and line number
fpectl.turnon_sigfpe() Turn on the generation of SIGFPE, and set up an appropriate signal handler.
inspect.getclasstree(classes, unique=False) Arrange the given list of classes into a hierarchy of nested lists. Where a nested
Page 22 of 26