Lines Matching refs:list
3 A test defines a list of tuples that may be seen as paired tuples, each
35 * On a 'line' event, the tuple holds a dictionary and a list. The
37 line to its hits count. The list holds the list of breakpoint
72 # case. The full list of breakpoints and their attributes is also printed
179 self.expected_list = list(islice(self.expect_set, 0, None, 2))
180 self.set_list = list(islice(self.expect_set, 1, None, 2))
247 'expect_set list exhausted, cannot pop item %d' %
465 'set_list': A list of set_type tuples to be run on the module.
528 test.expect_set = list(gen(repeat(()), iter(sl)))