class documentation

class Python37Test(_TestBase): (source)

View In Hierarchy

Test bytecodes specific to Python 3.7.

Method test_call_method Undocumented
Method test_extended_arg Undocumented
Method test_load_build_class Undocumented
Method test_load_method Undocumented
Method test_setup_annotations Undocumented
Method test_unpack_ex Undocumented
Method test_with_cleanup Undocumented
Method test_yield_from 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_call_method(self): (source)

Undocumented

def test_extended_arg(self): (source)

Undocumented

def test_load_build_class(self): (source)

Undocumented

def test_load_method(self): (source)

Undocumented

def test_setup_annotations(self): (source)

Undocumented

def test_unpack_ex(self): (source)

Undocumented

def test_with_cleanup(self): (source)

Undocumented

def test_yield_from(self): (source)

Undocumented

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

Undocumented