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

Method create_store

xarray/tests/test_conventions.py:588–589  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

586class TestCFEncodedDataStore(CFEncodedBase):
587 @contextlib.contextmanager
588 def create_store(self):
589 yield CFEncodedInMemoryStore()
590
591 @contextlib.contextmanager
592 def roundtrip(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected