break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least
filename Filename (str).
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
faulthandler.dump_traceback(file=sys.stderr, all_threads=True) Dump the tracebacks of all threads into file. If all_threads
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
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
profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the
Page 2 of 15