pdb.pm() Enter post-mortem debugging of the traceback found in
profile.runctx(command, globals, locals, filename=None) This function is similar to run(), with added arguments
print_stats(sort=-1) Create a Stats object based on the current profile and print the results to stdout.
update(other) Merge in data from another CoverageResults object.
tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.
break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least
strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
Page 1 of 15