bpprint(out=None) Print the output of bpformat() to the file out, or if it is None, to standard
pdb.post_mortem(traceback=None) Enter post-mortem debugging of the given traceback object. If no traceback
format_stack_entry(frame_lineno, lprefix=': ') Return a string with information about a stack entry, identified by a (frame
class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets
count Number of memory blocks (int).
set_break(filename, lineno, temporary=0, cond, funcname) Set a new breakpoint. If the lineno line doesn’t exist for
set_next(frame) Stop on the next line in or below the given frame.
class trace.CoverageResults A container for coverage results, created by Trace.results(). Should not be created
size Size of the memory block in bytes (int).
reverse_order() This method for the Stats class reverses the ordering of the basic list within the object. Note
Page 4 of 15