(self)
| 2684 | self.assertIs(y[1], x) |
| 2685 | |
| 2686 | def test_recursive_dict(self): |
| 2687 | self._test_recursive_dict(dict) |
| 2688 | |
| 2689 | def test_recursive_dict_subclass(self): |
| 2690 | self._test_recursive_dict(MyDict, minprotocol=2) |
nothing calls this directly
no test coverage detected