MCPcopy Index your code
hub / github.com/pydata/xarray / test_pickle

Method test_pickle

xarray/tests/test_backends.py:4731–4732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

test_pickleMethod · 0.45

Tested by

no test coverage detected