MCPcopy Create free account
hub / github.com/pydata/xarray / ds

Method ds

xarray/backends/netCDF4_.py:537–538  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

535
536 @property
537 def ds(self):
538 return self._acquire()
539
540 def open_store_variable(self, name: str, var):
541 import netCDF4

Callers

nothing calls this directly

Calls 1

_acquireMethod · 0.95

Tested by

no test coverage detected