tracemalloc.stop() Stop tracing Python memory allocations: uninstall hooks on Python memory allocators. Also clears all previously
strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful
pdb.runcall(function, *args, **kwds) Call the function (a function or method object, not a string) with the given arguments
clear_break(filename, lineno) Delete the breakpoints in filename and lineno. If none were set, an error message
traceback_limit Maximum number of frames stored in the traceback of traces: result of the get_traceback_limit()
bdb.effective(file, line, frame) Determine if there is an effective (active) breakpoint at this line of code. Return a tuple
count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released
filename Filename (str).
lineno Line number (int) of the filter. If lineno is None, the filter matches any line number
set_return(frame) Stop when returning from the given frame.
Page 1 of 15