MCPcopy
hub / github.com/pydata/xarray / netcdfc_version

Method netcdfc_version

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

Source from the content-addressed store, hash-verified

7663class TestNCZarr:
7664 @property
7665 def netcdfc_version(self):
7666 return Version(nc4.getlibversion().split()[0].split("-development")[0])
7667
7668 def _create_nczarr(self, filename):
7669 if self.netcdfc_version < Version("4.8.1"):

Callers

nothing calls this directly

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected