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

Method test_dis

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

Source from the content-addressed store, hash-verified

1052 self.assertLessEqual(len(opname), width)
1053
1054 def test_dis(self):
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)

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected