faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
pdb.post_mortem(traceback=None) Enter post-mortem debugging of the given traceback object. If no traceback
class trace.CoverageResults A container for coverage results, created by Trace.results(). Should not be created
inclusive If inclusive is True (include), only trace memory blocks allocated in a file with a name matching
class tracemalloc.Frame Frame of a traceback. The Traceback class is a sequence
class bdb.Bdb(skip=None) The Bdb class acts as a generic Python debugger base class. This
count Number of memory blocks (int).
tracemalloc.is_tracing() True if the tracemalloc module is tracing Python memory allocations, False
clear_bpbynumber(arg) Delete the breakpoint which has the index arg in the Breakpoint.bpbynumber. If arg
break_anywhere(frame) This method checks if there is a breakpoint in the filename of the current frame.
Page 4 of 15