Home
last modified time | relevance | path

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

/third_party/python/Lib/test/support/
Dbytecode_helper.py9 class BytecodeTestCase(unittest.TestCase): class
/third_party/python/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):
/third_party/python/Doc/library/
Dtest.rst1193 .. 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)