runeval(expression, globals=None, locals=None) runcall(function, *args, **kwds) set_trace()
get_stack(f, t) Get a list of records for a frame and all higher (calling) and lower frames, and the size of the higher part
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.
update(other) Merge in data from another CoverageResults object.
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute
Page 1 of 15