(self)
| 2742 | self.assertIs(list(y.keys())[0].value, x) |
| 2743 | |
| 2744 | def test_recursive_dict_key(self): |
| 2745 | self._test_recursive_dict_key(dict) |
| 2746 | |
| 2747 | def test_recursive_dict_subclass_key(self): |
| 2748 | self._test_recursive_dict_key(MyDict, minprotocol=2) |
nothing calls this directly
no test coverage detected