(self)
| 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: |
nothing calls this directly
no test coverage detected