(self)
| 1211 | |
| 1212 | @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given |
| 1213 | def test_cmp_to_key(self): |
| 1214 | return super().test_cmp_to_key() |
| 1215 | |
| 1216 | @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() takes 1 positional argument but 2 were given |
| 1217 | def test_hash(self): |
nothing calls this directly
no test coverage detected