Lines Matching refs:assertNotInBytecode
77 self.assertNotInBytecode(unot, 'UNARY_NOT')
78 self.assertNotInBytecode(unot, 'POP_JUMP_IF_FALSE')
109 self.assertNotInBytecode(func, 'LOAD_GLOBAL')
117 self.assertNotInBytecode(f, 'LOAD_GLOBAL')
128 self.assertNotInBytecode(f, elem)
142 self.assertNotInBytecode(code, 'BUILD_TUPLE')
143 self.assertNotInBytecode(code, 'UNPACK_SEQUENCE')
157 self.assertNotInBytecode(code, 'BUILD_TUPLE')
162 self.assertNotInBytecode(code, 'BUILD_TUPLE')
198 self.assertNotInBytecode(code, 'BUILD_LIST')
212 self.assertNotInBytecode(code, 'BUILD_SET')
281 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
285 self.assertNotInBytecode(code,'BINARY_SUBSCR')
291 self.assertNotInBytecode(code, 'BINARY_SUBSCR')
339 self.assertNotInBytecode(f, 'LOAD_CONST', None)
352 self.assertNotInBytecode(f, 'JUMP_FORWARD')
353 self.assertNotInBytecode(f, 'JUMP_BACKWARD')
434 self.assertNotInBytecode(f, 'JUMP_FORWARD')
435 self.assertNotInBytecode(f, 'JUMP_BACKWARD')
446 self.assertNotInBytecode(f, 'BINARY_OP')
607 self.assertNotInBytecode(f, "SWAP")
617 self.assertNotInBytecode(f, "SWAP")
624 self.assertNotInBytecode(code, "SWAP")
638 self.assertNotInBytecode(code, "SWAP")
653 self.assertNotInBytecode(code, "SWAP")
700 self.assertNotInBytecode(f, 'LOAD_FAST')
708 self.assertNotInBytecode(f, 'LOAD_FAST')
714 self.assertNotInBytecode(f1, 'LOAD_FAST_CHECK')
719 self.assertNotInBytecode(f2, 'LOAD_FAST_CHECK')
724 self.assertNotInBytecode(f3, 'LOAD_FAST_CHECK')
729 self.assertNotInBytecode(f4, 'LOAD_FAST_CHECK')
734 self.assertNotInBytecode(f5, 'LOAD_FAST_CHECK')
753 self.assertNotInBytecode(f, 'LOAD_FAST_CHECK')
774 self.assertNotInBytecode(f, 'LOAD_FAST')
797 self.assertNotInBytecode(f, 'LOAD_FAST_CHECK', "a00")
798 self.assertNotInBytecode(f, 'LOAD_FAST_CHECK', "a01")
802 self.assertNotInBytecode(f, 'LOAD_FAST_CHECK', f"a{i:02}")
806 self.assertNotInBytecode(f, 'LOAD_FAST', f"a{i:02}")
810 self.assertNotInBytecode(f, 'LOAD_FAST_CHECK', f"a{i:02}")
813 self.assertNotInBytecode(f, 'LOAD_FAST', "a72")
835 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
847 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
867 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
881 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
901 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
915 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
933 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
947 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")
960 self.assertNotInBytecode(f, "LOAD_FAST_CHECK")