Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/xarray
/ ds
Method
ds
xarray/backends/h5netcdf_.py:275–276 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
274
@property
275
def
ds(self):
276
return
self._acquire()
277
278
def
open_store_variable(self, name, var):
279
import
h5netcdf.core
Callers
nothing calls this directly
Calls
1
_acquire
Method · 0.95
Tested by
no test coverage detected