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 BytecodeTestCase1114 class InstructionTests(BytecodeTestCase):
1616 .. class:: BytecodeTestCase(unittest.TestCase)1620 .. method:: BytecodeTestCase.get_disassembly_as_string(co)1625 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED)1630 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)