classmethod from_list(a_list) Construct a StackSummary object from a supplied old-style list of tuples. Each tuple
inspect.ismethoddescriptor(object) Return true if the object is a method descriptor, but not if ismethod(),
sys._current_frames() Return a dictionary mapping each thread’s identifier to the topmost stack frame currently active in that
sys.getrefcount(object) Return the reference count of the object. The count returned is generally one higher than you
site.getusersitepackages() Return the path of the user-specific site-packages directory, USER_SITE. If it is not
sys.call_tracing(func, args) Call func(*args), while tracing is enabled. The tracing state is saved, and restored
inspect.getdoc(object) Get the documentation string for an object, cleaned up with cleandoc(). If the documentation
sys.getfilesystemencoding() Return the name of the encoding used to convert Unicode filenames into system file names. The result
sys.setcheckinterval(interval) Set the interpreter’s “check interval”. This integer value determines how often the interpreter
sys.float_info A struct sequence holding information about the float type. It contains
Page 13 of 26