class documentation

class Python38Test(_TestBase): (source)

View In Hierarchy

Undocumented

Method test_non_monotonic_line_numbers 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_non_monotonic_line_numbers(self): (source)

Undocumented

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

Undocumented