site.getsitepackages()
  • References/Python/Python/Runtime

site.getsitepackages() Return a list containing all global site-packages directories.

2025-01-10 15:47:30
gc.set_debug()
  • References/Python/Python/Runtime

gc.set_debug(flags) Set the garbage collection debugging flags. Debugging information will be written to sys.stderr

2025-01-10 15:47:30
sys.
  • References/Python/Python/Runtime

sys.__displayhook__ sys.__excepthook__ These objects contain the original values of displayhook and

2025-01-10 15:47:30
abc.get_cache_token()
  • References/Python/Python/Runtime

abc.get_cache_token() Returns the current abstract base class cache token. The token is an opaque

2025-01-10 15:47:30
inspect.ismethoddescriptor()
  • References/Python/Python/Runtime

inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),

2025-01-10 15:47:30
inspect.formatargvalues()
  • References/Python/Python/Runtime

inspect.formatargvalues(args[, varargs, varkw, locals, formatarg, formatvarargs, formatvarkw, formatvalue]) Format a pretty

2025-01-10 15:47:30
sys.getwindowsversion()
  • References/Python/Python/Runtime

sys.getwindowsversion() Return a named tuple describing the Windows version currently running. The named elements are major

2025-01-10 15:47:30
inspect.getdoc()
  • References/Python/Python/Runtime

inspect.getdoc(object) Get the documentation string for an object, cleaned up with cleandoc(). If the documentation

2025-01-10 15:47:30
traceback.TracebackException.exc_type
  • References/Python/Python/Runtime

exc_type The class of the original traceback.

2025-01-10 15:47:30
sys.getswitchinterval()
  • References/Python/Python/Runtime

sys.getswitchinterval() Return the interpreter’s “thread switch interval”; see setswitchinterval().

2025-01-10 15:47:30