tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the
sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument
update(other) Merge in data from another CoverageResults object.
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
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
Page 2 of 15