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
set_trace() See the documentation for the functions explained above.
set_return(frame) Stop when returning from the given frame.
sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument
filename Filename (str).
break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least
Page 1 of 15