bdb.Breakpoint.bpprint()
  • References/Python/Python/Debugging & Profiling

bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard

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

pdb.post_mortem(traceback=None) Enter post-mortem debugging of the given traceback object. If no traceback

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

format_stack_entry(frame_lineno, lprefix=': ') Return a string with information about a stack entry, identified by a (frame

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

class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets

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

count Number of memory blocks (int).

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

set_break(filename, lineno, temporary=0, cond, funcname) Set a new breakpoint. If the lineno line doesn’t exist for

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

set_next(frame) Stop on the next line in or below the given frame.

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

class trace.CoverageResults A container for coverage results, created by Trace.results(). Should not be created

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

size Size of the memory block in bytes (int).

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

reverse_order() This method for the Stats class reverses the ordering of the basic list within the object. Note

2025-01-10 15:47:30