site.getsitepackages() Return a list containing all global site-packages directories.
gc.set_debug(flags) Set the garbage collection debugging flags. Debugging information will be written to sys.stderr
sys.__displayhook__ sys.__excepthook__ These objects contain the original values of displayhook and
abc.get_cache_token() Returns the current abstract base class cache token. The token is an opaque
inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),
inspect.formatargvalues(args[, varargs, varkw, locals, formatarg, formatvarargs, formatvarkw, formatvalue]) Format a pretty
sys.getwindowsversion() Return a named tuple describing the Windows version currently running. The named elements are major
inspect.getdoc(object) Get the documentation string for an object, cleaned up with cleandoc(). If the documentation
exc_type The class of the original traceback.
sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().
Page 11 of 26