bdb.Bdb.dispatch_return()
  • References/Python/Python/Debugging & Profiling

dispatch_return(frame, arg) If the debugger should stop on this function return, invoke the user_return() method

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

size Total size of memory blocks in bytes (int).

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

format(limit=None) Format the traceback as a list of lines with newlines. Use the

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

tracemalloc.get_traced_memory() Get the current size and peak size of memory blocks traced by the tracemalloc module

2025-01-10 15:47:30
timeit.Timer.print_exc()
  • References/Python/Python/Debugging & Profiling

print_exc(file=None) Helper to print a traceback from the timed code. Typical use:

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

runctx(cmd, globals, locals) For backwards compatibility. Calls the run() method.

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

size Total size of memory blocks in bytes in the new snapshot (int): 0 if the memory blocks have been

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

user_line(frame) This method is called from dispatch_line() when either stop_here() or break_here()

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

write_results(show_missing=True, summary=False, coverdir=None) Write coverage results. Set show_missing to show lines

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

lineno Line number (int).

2025-01-10 15:47:30