dispatch_line(frame) If the debugger should stop on the current line, invoke the user_line() method (which should
filename_pattern Filename pattern of the filter (str).
format(limit=None) Format the traceback as a list of lines with newlines. Use the
tracemalloc.get_traced_memory() Get the current size and peak size of memory blocks traced by the tracemalloc module
tracemalloc.start(nframe: int=1) Start tracing Python memory allocations: install hooks on Python memory allocators. Collected
timeit.timeit(stmt='pass', setup='pass', timer=, number=1000000, globals=None) Create a Timer instance with the
user_exception(frame, exc_info) This method is called from dispatch_exception() when stop_here() yields
pdb.set_trace() Enter the debugger at the calling stack frame. This is useful to hard-code a breakpoint at a given point in
runctx(cmd, globals, locals) For backwards compatibility. Calls the run() method.
runcall(function, *args, **kwds) set_trace() See the documentation for the functions explained above.
Page 12 of 15