canonic(filename) Auxiliary method for getting a filename in a canonical form, that is, as a case-normalized (on case-insensitive
print_stats(*restrictions) This method for the Stats class prints out a report as described in the profile
timeit.repeat(stmt='pass', setup='pass', timer=, repeat=3, number=1000000, globals=None) Create a Timer instance
size Total size of memory blocks in bytes (int).
dispatch_return(frame, arg) If the debugger should stop on this function return, invoke the user_return() method
exception bdb.BdbQuit Exception raised by the Bdb class for quitting the debugger.
tracemalloc.get_object_traceback(obj) Get the traceback where the Python object obj was allocated. Return a Traceback
runctx(cmd, globals=None, locals=None) Execute the command and gather statistics from the execution with the current tracing
repeat(repeat=3, number=1000000) Call timeit() a few times. This is a convenience
print_exc(file=None) Helper to print a traceback from the timed code. Typical use:
Page 9 of 15