Lines Matching refs:assertNotInBytecode
78 self.assertNotInBytecode(unot, 'UNARY_NOT')
79 self.assertNotInBytecode(unot, 'POP_JUMP_FORWARD_IF_FALSE')
80 self.assertNotInBytecode(unot, 'POP_JUMP_BACKWARD_IF_FALSE')
111 self.assertNotInBytecode(func, 'LOAD_GLOBAL')
119 self.assertNotInBytecode(f, 'LOAD_GLOBAL')
130 self.assertNotInBytecode(f, elem)
144 self.assertNotInBytecode(code, 'BUILD_TUPLE')
145 self.assertNotInBytecode(code, 'UNPACK_SEQUENCE')
159 self.assertNotInBytecode(code, 'BUILD_TUPLE')
164 self.assertNotInBytecode(code, 'BUILD_TUPLE')
200 self.assertNotInBytecode(code, 'BUILD_LIST')
214 self.assertNotInBytecode(code, 'BUILD_SET')
283 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
287 self.assertNotInBytecode(code,'BINARY_SUBSCR')
293 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
341 self.assertNotInBytecode(f, 'LOAD_CONST', None)
356 self.assertNotInBytecode(f, 'JUMP_FORWARD')
357 self.assertNotInBytecode(f, 'JUMP_ABSOLUTE')
409 self.assertNotInBytecode(f, 'JUMP_IF_FALSE_OR_POP')
418 self.assertNotInBytecode(f, 'JUMP_IF_TRUE_OR_POP')
433 self.assertNotInBytecode(f, 'JUMP_FORWARD')
434 self.assertNotInBytecode(f, 'JUMP_ABSOLUTE')
445 self.assertNotInBytecode(f, 'BINARY_OP')
605 self.assertNotInBytecode(f, "SWAP")
615 self.assertNotInBytecode(f, "SWAP")
622 self.assertNotInBytecode(code, "SWAP")
636 self.assertNotInBytecode(code, "SWAP")
651 self.assertNotInBytecode(code, "SWAP")