class inspect.BoundArguments Result of a Signature.bind() or Signature.bind_partial() call. Holds
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true
class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the
sys.prefix A string giving the site-specific directory prefix where the platform independent Python files are installed; by
sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;
sys.getallocatedblocks() Return the number of memory blocks currently allocated by the interpreter, regardless of their size
atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments
gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False
inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.
Page 2 of 26