tracemalloc.get_traceback_limit() Get the maximum number of frames stored in the traceback of a trace. The
tracemalloc.is_tracing() True if the tracemalloc module is tracing Python memory allocations, False
class timeit.Timer(stmt='pass', setup='pass', timer=, globals=None) Class for timing execution speed of small code snippets
trace_dispatch(frame, event, arg) This function is installed as the trace function of debugged frames. Its return value is the
format_stack_entry(frame_lineno, lprefix=': ') Return a string with information about a stack entry, identified by a (frame
runcall(func, *args, **kwds) Debug a single function call, and return its result.
canonic(filename) Auxiliary method for getting a filename in a canonical form, that is, as a case-normalized (on case-insensitive
timeit(number=1000000) Time number executions of the main statement. This executes the setup statement once, and then
get_file_breaks(filename) Return all breakpoints in filename, or an empty list if none are set.
do_clear(arg) Handle how a breakpoint must be removed when it is a temporary one. This method
Page 6 of 15