traceback Traceback where the memory blocks were allocated, Traceback instance.
traces Traces of all memory blocks allocated by Python: sequence of Trace instances. The
disable() Stop collecting profiling data.
filter_traces(filters) Create a new Snapshot instance with a filtered traces sequence, filters
enable() Start collecting profiling data.
bdb.set_trace() Start debugging with a Bdb instance from caller’s frame.
faulthandler.disable() Disable the fault handler: uninstall the signal handlers installed by enable().
run(cmd, globals=None, locals=None) Debug a statement executed via the
repeat(repeat=3, number=1000000) Call timeit() a few times. This is a convenience
filename_pattern Filename pattern of the filter (str).
Page 11 of 15