sysconfig.get_path_names()
  • References/Python/Python/Runtime

sysconfig.get_path_names() Return a tuple containing all path names currently supported in sysconfig.

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

inspect.getclosurevars(func) Get the mapping of external name references in a Python function or method func to their

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

inspect.iscoroutine(object) Return true if the object is a coroutine created by an async

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

sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for

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

sys.copyright A string containing the copyright pertaining to the Python interpreter.

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

sys.tracebacklimit When this variable is set to an integer value, it determines the maximum number of levels of traceback information

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

inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible

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

sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.

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

gc.get_threshold() Return the current collection thresholds as a tuple of (threshold0, threshold1, threshold2)

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

sys.builtin_module_names A tuple of strings giving the names of all modules that are compiled into this Python interpreter.

2025-01-10 15:47:30