sys.getdlopenflags() Return the current value of the flags that are used for dlopen() calls. Symbolic names for
sys.gettrace() Get the trace function as set by settrace().
inspect.getargspec(func) Get the names and default values of a Python function’s arguments. A named
inspect.getgeneratorstate(generator) Get current state of a generator-iterator. Possible
sys.getprofile() Get the profiler function as set by setprofile().
sys.is_finalizing() Return
default The default value for the parameter. If the parameter has no default value, this attribute is set to Parameter
sys.int_info A struct sequence that holds information about Python’s internal representation
gc.get_threshold() Return the current collection thresholds as a tuple of (threshold0, threshold1, threshold2)
sys.builtin_module_names A tuple of strings giving the names of all modules that are compiled into this Python interpreter.
Page 22 of 26