class documentation

class CommonTest(_TestBase): (source)

View In Hierarchy

Test bytecodes that are common to multiple Python versions.

Method test_extended_disassembly Undocumented
Method test_for_iter Undocumented
Method test_pop_top Undocumented
Method test_store_name Undocumented
Class Variable python_version Undocumented

Inherited from _TestBase:

Method assertDisassembly Assert that an extended code sequence has the expected disassembly.
Method assertLineNumbers Assert that the opcodes have the expected line numbers.
Method assertName Assert that the first disassembled opcode has the given name.
Method assertSimple Assert that a single opcode byte disassembles to the given name.
Method dis Return the opcodes from disassembling a code sequence.
def test_extended_disassembly(self): (source)

Undocumented

def test_for_iter(self): (source)

Undocumented

def test_pop_top(self): (source)

Undocumented

def test_store_name(self): (source)

Undocumented

python_version: tuple[int, ...] = (source)

Undocumented