(self)
| 4729 | |
| 4730 | @pytest.mark.skip(reason="cannot pickle file objects") |
| 4731 | def test_pickle(self) -> None: |
| 4732 | super().test_pickle() |
| 4733 | |
| 4734 | @pytest.mark.skip(reason="cannot pickle file objects") |
| 4735 | def test_pickle_dataarray(self) -> None: |
nothing calls this directly
no test coverage detected