Searched refs:assertInBytecode (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/test/ |
| D | test_peepholer.py | 64 self.assertInBytecode(unot, 'POP_JUMP_IF_TRUE') 75 self.assertInBytecode(code, 'COMPARE_OP', cmp_op) 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) [all …]
|
| D | bytecode_helper.py | 17 def assertInBytecode(self, x, opname, argval=_UNSPECIFIED): member in BytecodeTestCase
|