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

Method test_extended_arg_quick

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

Source from the content-addressed store, hash-verified

1391
1392 @cpython_only
1393 def test_extended_arg_quick(self):
1394 got = self.get_disassembly(extended_arg_quick)
1395 self.do_disassembly_compare(got, dis_extended_arg_quick_code)
1396
1397 def get_cached_values(self, quickened, adaptive):
1398 def f():

Callers

nothing calls this directly

Calls 2

get_disassemblyMethod · 0.95

Tested by

no test coverage detected