results() Return a CoverageResults object that contains the cumulative results of all previous calls to run
faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
filename Filename (str).
bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard
runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.
pdb.pm() Enter post-mortem debugging of the traceback found in
classmethod load(filename) Load a snapshot from a file. See also dump().
Page 1 of 15