classmethod from_list(a_list) Construct a StackSummary object from a supplied old-style list of tuples. Each tuple
warnings.warn_explicit(message, category, filename, lineno, module=None, registry=None, module_globals=None) This is a low-level
sysconfig.get_python_version() Return the MAJOR.MINOR Python version number as a string. Similar to sys.version[:3]
sys.float_info A struct sequence holding information about the float type. It contains
sys.getfilesystemencoding() Return the name of the encoding used to convert Unicode filenames into system file names. The result
site.getsitepackages() Return a list containing all global site-packages directories.
sys.excepthook(type, value, traceback) This function prints out a given traceback and exception to sys.stderr.
sys.last_traceback These three variables are not always defined; they are set when an exception is not handled and the interpreter
sys.getrecursionlimit() Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.
inspect.isroutine(object) Return true if the object is a user-defined or built-in function or method.
Page 12 of 26