stop_here(frame) This method checks if the frame is somewhere below botframe in the call stack. botframe
faulthandler.is_enabled() Check if the fault handler is enabled.
runcall(func, *args, **kwargs) Profile func(*args, **kwargs)
pdb.set_trace() Enter the debugger at the calling stack frame. This is useful to hard-code a breakpoint at a given point in
run(statement, globals=None, locals=None) runeval(expression, globals=None, locals=None) runcall(function
class tracemalloc.Snapshot Snapshot of traces of memory blocks allocated by Python. The
class tracemalloc.Statistic Statistic on memory allocations. Snapshot.statistics()
create_stats() Stop collecting profiling data and record the results internally as the current profile.
class trace.Trace(count=1, trace=1, countfuncs=0, countcallers=0, ignoremods=(), ignoredirs=(), infile=None, outfile=None, timing=False)
runcall(function, *args, **kwds) set_trace() See the documentation for the functions explained above.
Page 14 of 15