Lines Matching refs:assertNotInBytecode
13 self.assertNotInBytecode(unot, 'UNARY_NOT')
14 self.assertNotInBytecode(unot, 'POP_JUMP_IF_FALSE')
41 self.assertNotInBytecode(func, 'LOAD_GLOBAL')
48 self.assertNotInBytecode(f, 'LOAD_GLOBAL')
58 self.assertNotInBytecode(f, elem)
70 self.assertNotInBytecode(code, 'BUILD_TUPLE')
71 self.assertNotInBytecode(code, 'UNPACK_TUPLE')
83 self.assertNotInBytecode(code, 'BUILD_TUPLE')
87 self.assertNotInBytecode(code, 'BUILD_TUPLE')
120 self.assertNotInBytecode(code, 'BUILD_LIST')
132 self.assertNotInBytecode(code, 'BUILD_SET')
192 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
195 self.assertNotInBytecode(code,'BINARY_SUBSCR')
200 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
241 self.assertNotInBytecode(f, 'LOAD_CONST', None)
250 self.assertNotInBytecode(f, 'JUMP_FORWARD')
251 self.assertNotInBytecode(f, 'JUMP_ABSOLUTE')
267 self.assertNotInBytecode(f, 'JUMP_FORWARD')
268 self.assertNotInBytecode(f, 'JUMP_ABSOLUTE')
278 self.assertNotInBytecode(f, 'JUMP_FORWARD')
292 self.assertNotInBytecode(f, 'BINARY_ADD')