(self)
| 1394 | |
| 1395 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1396 | def test_iterator_pickle(self): |
| 1397 | return super().test_iterator_pickle() |
| 1398 | |
| 1399 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1400 | def test_len(self): |
nothing calls this directly
no test coverage detected