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

Method test_pickle_dataarray

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

Source from the content-addressed store, hash-verified

4733
4734 @pytest.mark.skip(reason="cannot pickle file objects")
4735 def test_pickle_dataarray(self) -> None:
4736 super().test_pickle_dataarray()
4737
4738 @pytest.mark.parametrize("create_default_indexes", [True, False])
4739 def test_create_default_indexes(self, tmp_path, create_default_indexes) -> None:

Callers

nothing calls this directly

Calls 1

test_pickle_dataarrayMethod · 0.45

Tested by

no test coverage detected