inspect.BoundArguments

class inspect.BoundArguments Result of a Signature.bind() or Signature.bind_partial() call. Holds

2016-10-07 17:34:56
inspect.formatargspec()

inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,

2016-10-07 17:34:57
sys.settscdump()

sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true

2016-10-07 17:43:58
traceback.FrameSummary

class traceback.FrameSummary(filename, lineno, name, lookup_line=True, locals=None, line=None) Represent a single frame in the

2016-10-07 17:45:10
sys.prefix

sys.prefix A string giving the site-specific directory prefix where the platform independent Python files are installed; by

2016-10-07 17:43:56
sys.exec_prefix

sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;

2016-10-07 17:43:49
sys.getallocatedblocks()

sys.getallocatedblocks() Return the number of memory blocks currently allocated by the interpreter, regardless of their size

2016-10-07 17:43:50
atexit.register()

atexit.register(func, *args, **kargs) Register func as a function to be executed at termination. Any optional arguments

2016-10-07 17:27:12
gc.is_tracked()

gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False

2016-10-07 17:33:30
inspect.cleandoc()

inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.

2016-10-07 17:34:57