classmethod load(filename) Load a snapshot from a file. See also dump().
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.
set_trace() See the documentation for the functions explained above.
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
Page 1 of 15