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

Method test_bug_45757

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

Source from the content-addressed store, hash-verified

1148 self.do_disassembly_test(bug42562, dis_bug42562)
1149
1150 def test_bug_45757(self):
1151 # Extended arg followed by NOP
1152 self.do_disassembly_test(code_bug_45757, dis_bug_45757)
1153
1154 def test_bug_46724(self):
1155 # Test that negative operargs are handled properly

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected