(self)
| 1314 | |
| 1315 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1316 | def test_constructor(self): |
| 1317 | return super().test_constructor() |
| 1318 | |
| 1319 | @unittest.expectedFailure # TODO: RUSTPYTHON; Add support for 'w' |
| 1320 | def test_constructor_with_iterable_argument(self): |
nothing calls this directly
no test coverage detected