MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_super_instructions

Method test_super_instructions

Lib/test/test_dis.py:1314–1317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1312 @cpython_only
1313 @requires_specialization
1314 def test_super_instructions(self):
1315 self.code_quicken(lambda: load_test(0, 0))
1316 got = self.get_disassembly(load_test, adaptive=True)
1317 self.do_disassembly_compare(got, dis_load_test_quickened_code)
1318
1319 @cpython_only
1320 @requires_specialization

Callers

nothing calls this directly

Calls 4

code_quickenMethod · 0.95
get_disassemblyMethod · 0.95
load_testFunction · 0.85

Tested by

no test coverage detected