(self)
| 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: |
| 1160 | self.do_disassembly_test(wrap_func_w_kwargs, dis_kw_names) |
| 1161 | |
| 1162 | def test_intrinsic_1(self): |
| 1163 | # Test that argrepr is displayed for CALL_INTRINSIC_1 |
nothing calls this directly
no test coverage detected