Searched refs:BytecodeTestCase (Results 1 – 4 of 4) sorted by relevance
9 class BytecodeTestCase(unittest.TestCase): class
6 from test.support.bytecode_helper import BytecodeTestCase36 class TestTranforms(BytecodeTestCase):
11 from test.support.bytecode_helper import BytecodeTestCase1547 class InstructionTestCase(BytecodeTestCase):1726 class TestBytecodeTestCase(BytecodeTestCase):
1219 .. class:: BytecodeTestCase(unittest.TestCase)1223 .. method:: BytecodeTestCase.get_disassembly_as_string(co)1228 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED)1233 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)