inspect.getclosurevars(func) Get the mapping of external name references in a Python function or method func to their
inspect.getcoroutinelocals(coroutine) This function is analogous to getgeneratorlocals(), but works for coroutine
inspect.isfunction(object) Return true if the object is a Python function, which includes functions created by a
sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for
sys.tracebacklimit When this variable is set to an integer value, it determines the maximum number of levels of traceback information
sys.dllhandle Integer specifying the handle of the Python DLL. Availability: Windows.
sys.gettrace() Get the trace function as set by settrace().
inspect.isclass(object) Return true if the object is a class, whether built-in or created in Python code.
sys.hash_info A struct sequence giving parameters of the numeric hash implementation
sys.thread_info A struct sequence holding information about the thread implementation
Page 20 of 26