update(other) Merge in data from another CoverageResults object.
bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.
print_stats(sort=-1) Create a Stats object based on the current profile and print the results to stdout.
class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()
count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.
results() Return a CoverageResults object that contains the cumulative results of all previous calls to run
Page 1 of 15