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

Method test_bug_42562

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

Source from the content-addressed store, hash-verified

1145 self.do_disassembly_test(bug1333982, dis_bug1333982)
1146
1147 def test_bug_42562(self):
1148 self.do_disassembly_test(bug42562, dis_bug42562)
1149
1150 def test_bug_45757(self):
1151 # Extended arg followed by NOP

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected