tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
format_stack_entry(frame_lineno, lprefix=': ') Return a string with information about a stack entry, identified by a (frame
clear_bpbynumber(arg) Delete the breakpoint which has the index arg in the Breakpoint.bpbynumber. If arg
inclusive If inclusive is True (include), only trace memory blocks allocated in a file with a name matching
reverse_order() This method for the Stats class reverses the ordering of the basic list within the object. Note
pdb.post_mortem(traceback=None) Enter post-mortem debugging of the given traceback object. If no traceback
faulthandler.cancel_dump_traceback_later() Cancel the last call to dump_traceback_later().
class trace.CoverageResults A container for coverage results, created by Trace.results(). Should not be created
class tracemalloc.Traceback Sequence of Frame instances sorted from the most recent frame to the oldest frame.
class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets
Page 4 of 15