inspect.getargspec(func) Get the names and default values of a Python function’s arguments. A named
gc.get_count() Return the current collection counts as a tuple of (count0, count1, count2).
sys.intern(string) Enter string in the table of “interned” strings and return the interned string – which is string
inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible
sys.tracebacklimit When this variable is set to an integer value, it determines the maximum number of levels of traceback information
sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for
traceback.walk_tb(tb) Walk a traceback following tb_next yielding the frame and line number for each frame. This
sys.getprofile() Get the profiler function as set by setprofile().
sys.__excepthook__ These objects contain the original values of displayhook and excepthook at the
sysconfig.get_config_h_filename() Return the path of pyconfig.h.
Page 21 of 26