Home
last modified time | relevance | path

Searched refs:BytecodeTestCase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py9 class BytecodeTestCase(unittest.TestCase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_peepholer.py6 from test.support.bytecode_helper import BytecodeTestCase
36 class TestTranforms(BytecodeTestCase):
Dtest_dis.py11 from test.support.bytecode_helper import BytecodeTestCase
1547 class InstructionTestCase(BytecodeTestCase):
1726 class TestBytecodeTestCase(BytecodeTestCase):
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst1219 .. 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)