tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
get_stack(f, t) Get a list of records for a frame and all higher (calling) and lower frames, and the size of the higher part
disable() Mark the breakpoint as disabled.
pdb.pm() Enter post-mortem debugging of the traceback found in
results() Return a CoverageResults object that contains the cumulative results of all previous calls to run
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
get_breaks(filename, lineno) Return all breakpoints for lineno in filename, or an empty list if none are set
faulthandler.enable(file=sys.stderr, all_threads=True) Enable the fault handler: install handlers for the SIGSEGV
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
profile.runctx(command, globals, locals, filename=None) This function is similar to run(), with added arguments
Page 1 of 15