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

Method test_dis_with_offsets

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

Source from the content-addressed store, hash-verified

1055 self.do_disassembly_test(_f, dis_f)
1056
1057 def test_dis_with_offsets(self):
1058 self.do_disassembly_test(_f, dis_f_with_offsets, show_offsets=True)
1059
1060 @requires_debug_ranges()
1061 def test_dis_with_all_positions(self):

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected