inspect.istraceback(object) Return true if the object is a traceback.
inspect.isgenerator(object) Return true if the object is a generator.
inspect.getclosurevars(func) Get the mapping of external name references in a Python function or method func to their
inspect.getmoduleinfo(path) Returns a named tuple ModuleInfo(name, suffix, mode
site.getuserbase() Return the path of the user base directory, USER_BASE. If it is not initialized yet, this function
gc.set_threshold(threshold0[, threshold1[, threshold2]]) Set the garbage collection thresholds (the collection frequency). Setting
inspect.getcoroutinestate(coroutine) Get current state of a coroutine object. The function is intended to be used with coroutine
inspect.getattr_static(obj, attr, default=None) Retrieve attributes without triggering dynamic lookup via the descriptor protocol
sysconfig.parse_config_h(fp[, vars]) Parse a config.h-style file. fp is
sys.version_info A tuple containing the five components of the version number: major, minor, micro
Page 15 of 26