bdb.Bdb.get_bpbynumber()

get_bpbynumber(arg) Return a breakpoint specified by the given number. If arg is a string, it will be converted to

2016-10-07 17:27:24
bdb.Bdb.set_until()

set_until(frame) Stop when the line with the line no greater than the current one is reached or when returning from current

2016-10-07 17:27:27
tracemalloc.StatisticDiff.size_diff

size_diff Difference of total size of memory blocks in bytes between the old and the new snapshots (int): 0

2016-10-07 17:45:19
profile.Profile.runctx()

runctx(cmd, globals, locals) Profile the cmd via

2016-10-07 17:40:58
pstats.Stats.print_stats()

print_stats(*restrictions) This method for the Stats class prints out a report as described in the profile

2016-10-07 17:40:59
timeit.Timer.timeit()

timeit(number=1000000) Time number executions of the main statement. This executes the setup statement once, and then

2016-10-07 17:44:45
bdb.Bdb.runcall()

runcall(func, *args, **kwds) Debug a single function call, and return its result.

2016-10-07 17:27:25
tracemalloc.StatisticDiff

class tracemalloc.StatisticDiff Statistic difference on memory allocations between an old and a new Snapshot instance

2016-10-07 17:45:18
bdb.Bdb.canonic()

canonic(filename) Auxiliary method for getting a filename in a canonical form, that is, as a case-normalized (on case-insensitive

2016-10-07 17:27:22
pstats.Stats

class pstats.Stats(*filenames or profile, stream=sys.stdout) This class constructor creates an instance of a “statistics object”

2016-10-07 17:40:58