Lines Matching refs:line
63 # Don't bother checking if the line info is sensible, because
64 # most of the line info we can get at comes from lnotab.
85 for line, cmp_op, invert in (
91 with self.subTest(line=line):
92 code = compile(line, '', 'single')
136 for line, elem in (
141 with self.subTest(line=line):
142 code = compile(line,'','single')
149 for line, elem in (
156 with self.subTest(line=line):
157 code = compile(line,'','single')
190 for line, elem in (
197 with self.subTest(line=line):
198 code = compile(line, '', 'single')
204 for line, elem in (
212 with self.subTest(line=line):
213 code = compile(line, '', 'single')
235 for line, elem in (
252 with self.subTest(line=line):
253 code = compile(line, '', 'single')
303 for line, elem in (
311 with self.subTest(line=line):
312 code = compile(line, '', 'single')
327 for line, elem, opname in (
331 with self.subTest(line=line):
332 code = compile(line, '', 'single')
352 # Intentionally use two-line expression to test issue37213.
367 # Intentionally use two-line expression to test issue37213.
380 # Intentionally use two-line expression to test issue37213.
388 # Intentionally use two-line expressions to test issue37213.