inspect.istraceback()
  • References/Python/Python/Runtime

inspect.istraceback(object) Return true if the object is a traceback.

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

inspect.isgenerator(object) Return true if the object is a generator.

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.getmoduleinfo()
  • References/Python/Python/Runtime

inspect.getmoduleinfo(path) Returns a named tuple ModuleInfo(name, suffix, mode

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

site.getuserbase() Return the path of the user base directory, USER_BASE. If it is not initialized yet, this function

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

gc.set_threshold(threshold0[, threshold1[, threshold2]]) Set the garbage collection thresholds (the collection frequency). Setting

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

inspect.getcoroutinestate(coroutine) Get current state of a coroutine object. The function is intended to be used with coroutine

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

inspect.getattr_static(obj, attr, default=None) Retrieve attributes without triggering dynamic lookup via the descriptor protocol

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

sysconfig.parse_config_h(fp[, vars]) Parse a config.h-style file. fp is

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

sys.version_info A tuple containing the five components of the version number: major, minor, micro

2025-01-10 15:47:30