Searched refs:BytecodeTestCase (Results 1 – 4 of 4) sorted by relevance
9 class BytecodeTestCase(unittest.TestCase): class
4 from test.support.bytecode_helper import BytecodeTestCase20 class TestTranforms(BytecodeTestCase):
4 from test.support.bytecode_helper import BytecodeTestCase1158 class InstructionTests(BytecodeTestCase):1250 class TestBytecodeTestCase(BytecodeTestCase):
1193 .. class:: BytecodeTestCase(unittest.TestCase)1197 .. method:: BytecodeTestCase.get_disassembly_as_string(co)1202 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED)1207 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)