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

inspect.getcoroutinelocals(coroutine) This function is analogous to getgeneratorlocals(), but works for coroutine

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

inspect.isfunction(object) Return true if the object is a Python function, which includes functions created by a

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.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
sys.dllhandle
  • References/Python/Python/Runtime

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

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

sys.gettrace() Get the trace function as set by settrace().

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

inspect.isclass(object) Return true if the object is a class, whether built-in or created in Python code.

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

sys.hash_info A struct sequence giving parameters of the numeric hash implementation

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

sys.thread_info A struct sequence holding information about the thread implementation

2025-01-10 15:47:30