lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
set_return(frame) Stop when returning from the given frame.
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
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
profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the
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
class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute
Page 3 of 15