Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py9 class BytecodeTestCase(unittest.TestCase): class
/external/python/cpython3/Lib/test/
Dtest_peepholer.py4 from test.support.bytecode_helper import BytecodeTestCase
20 class TestTranforms(BytecodeTestCase):
Dtest_dis.py4 from test.support.bytecode_helper import BytecodeTestCase
1158 class InstructionTests(BytecodeTestCase):
1250 class TestBytecodeTestCase(BytecodeTestCase):
/external/python/cpython3/Doc/library/
Dtest.rst1183 .. class:: BytecodeTestCase(unittest.TestCase)
1187 .. method:: BytecodeTestCase.get_disassembly_as_string(co)
1192 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED)
1197 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)