tracemalloc.Filter.lineno
  • References/Python/Python/Debugging & Profiling

lineno Line number (int) of the filter. If lineno is None, the filter matches any line number

2025-01-10 15:47:30
bdb.Bdb.set_return()
  • References/Python/Python/Debugging & Profiling

set_return(frame) Stop when returning from the given frame.

2025-01-10 15:47:30
tracemalloc.clear_traces()
  • References/Python/Python/Debugging & Profiling

tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()

2025-01-10 15:47:30
bdb.Bdb.get_breaks()
  • References/Python/Python/Debugging & Profiling

get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set

2025-01-10 15:47:30
bdb.Bdb.get_break()
  • References/Python/Python/Debugging & Profiling

get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.

2025-01-10 15:47:30
trace.Trace.results()
  • References/Python/Python/Debugging & Profiling

results() Return a CoverageResults object that contains the cumulative results of all previous calls to run

2025-01-10 15:47:30
profile.run()
  • References/Python/Python/Debugging & Profiling

profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the

2025-01-10 15:47:30
bdb.Bdb.get_stack()
  • References/Python/Python/Debugging & Profiling

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

2025-01-10 15:47:30
pstats.Stats.sort_stats()
  • References/Python/Python/Debugging & Profiling

sort_stats(*keys) This method modifies the Stats object by sorting it according to the supplied criteria. The argument

2025-01-10 15:47:30
tracemalloc.Trace
  • References/Python/Python/Debugging & Profiling

class tracemalloc.Trace Trace of a memory block. The Snapshot.traces attribute

2025-01-10 15:47:30