dispatch_line(frame) If the debugger should stop on the current line, invoke the user_line() method (which should
filename_pattern Filename pattern of the filter (str).
faulthandler.disable() Disable the fault handler: uninstall the signal handlers installed by enable().
repeat(repeat=3, number=1000000) Call timeit() a few times. This is a convenience
tracemalloc.start(nframe: int=1) Start tracing Python memory allocations: install hooks on Python memory allocators. Collected
tracemalloc.get_tracemalloc_memory() Get the memory usage in bytes of the tracemalloc module used to store traces
runctx(cmd, globals=None, locals=None) Execute the command and gather statistics from the execution with the current tracing
tracemalloc.get_object_traceback(obj) Get the traceback where the Python object obj was allocated. Return a Traceback
traceback Traceback where the memory block was allocated, Traceback instance.
timeit.repeat(stmt='pass', setup='pass', timer=, repeat=3, number=1000000, globals=None) Create a Timer instance
Page 10 of 15