sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument
filename Filename (str).
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
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
update(other) Merge in data from another CoverageResults object.
faulthandler.dump_traceback(file=sys.stderr, all_threads=True) Dump the tracebacks of all threads into file. If all_threads
set_return(frame) Stop when returning from the given frame.
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
Page 2 of 15