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

Method test_bug_46724

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

Source from the content-addressed store, hash-verified

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
1156 self.do_disassembly_test(bug46724, dis_bug46724)
1157
1158 def test_kw_names(self):
1159 # Test that value is displayed for keyword argument names:

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected