MCPcopy Index your code
hub / github.com/python/cpython / test_extended_arg_quick

Method test_extended_arg_quick

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

Source from the content-addressed store, hash-verified

1412
1413 @cpython_only
1414 def test_extended_arg_quick(self):
1415 got = self.get_disassembly(extended_arg_quick)
1416 self.do_disassembly_compare(got, dis_extended_arg_quick_code)
1417
1418 def get_cached_values(self, quickened, adaptive):
1419 def f():

Callers

nothing calls this directly

Calls 2

get_disassemblyMethod · 0.95

Tested by

no test coverage detected