(self)
| 1454 | |
| 1455 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1456 | def test_tofromfile(self): |
| 1457 | return super().test_tofromfile() |
| 1458 | |
| 1459 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1460 | def test_tofromlist(self): |
nothing calls this directly
no test coverage detected