tracemalloc.is_tracing() True if the tracemalloc module is tracing Python memory allocations, False
class pdb.Pdb(completekey='tab', stdin=None, stdout=None, skip=None, nosigint=False) Pdb is the debugger class
trace_dispatch(frame, event, arg) This function is installed as the trace function of debugged frames. Its return value is the
class bdb.Bdb(skip=None) The Bdb class acts as a generic Python debugger base class. This
dispatch_call(frame, arg) If the debugger should stop on this function call, invoke the user_call() method (which
get_file_breaks(filename) Return all breakpoints in filename, or an empty list if none are set.
set_quit() Set the quitting attribute to True. This raises BdbQuit in the next call to
timeit(number=1000000) Time number executions of the main statement. This executes the setup statement once, and then
dump_stats(filename) Save the data loaded into the Stats object to a file named filename. The file is
class pstats.Stats(*filenames or profile, stream=sys.stdout) This class constructor creates an instance of a “statistics object”
Page 6 of 15