Lines Matching refs:assertInBytecode
64 self.assertInBytecode(unot, 'POP_JUMP_IF_TRUE')
75 self.assertInBytecode(code, cmp_op, invert)
93 self.assertInBytecode(func, 'LOAD_CONST', elem)
101 self.assertInBytecode(f, 'LOAD_CONST', None)
113 self.assertInBytecode(f, elem)
123 self.assertInBytecode(code, elem)
137 self.assertInBytecode(code, 'LOAD_CONST', elem)
177 self.assertInBytecode(code, 'LOAD_CONST', elem)
192 self.assertInBytecode(code, 'LOAD_CONST', elem)
230 self.assertInBytecode(code, 'LOAD_CONST', elem)
237 self.assertInBytecode(code, 'LOAD_CONST', 2)
238 self.assertInBytecode(code, 'LOAD_CONST', 'b')
243 self.assertInBytecode(code, 'LOAD_CONST', 10000)
247 self.assertInBytecode(code, 'LOAD_CONST', 1000)
251 self.assertInBytecode(code, 'LOAD_CONST', 1000)
258 self.assertInBytecode(code, 'LOAD_CONST', 'f')
262 self.assertInBytecode(code, 'LOAD_CONST', '\uffff')
268 self.assertInBytecode(code, 'LOAD_CONST', '\U00012345')
275 self.assertInBytecode(code, 'BINARY_SUBSCR')
288 self.assertInBytecode(code, 'LOAD_CONST', elem)
307 self.assertInBytecode(code, 'LOAD_CONST', elem)
308 self.assertInBytecode(code, opname)
382 self.assertInBytecode(f, 'JUMP_IF_TRUE_OR_POP')
383 self.assertInBytecode(f, 'POP_JUMP_IF_FALSE')
391 self.assertInBytecode(f, 'JUMP_IF_FALSE_OR_POP')
392 self.assertInBytecode(f, 'POP_JUMP_IF_TRUE')