(self)
| 1195 | |
| 1196 | @unittest.expectedFailure # TODO: RUSTPYTHON; + (mycmp) |
| 1197 | def test_cmp_to_signature(self): |
| 1198 | return super().test_cmp_to_signature() |
| 1199 | |
| 1200 | @unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: cmp_to_key() got multiple values for argument 'mycmp' |
| 1201 | def test_cmp_to_key_arguments(self): |
nothing calls this directly
no test coverage detected