Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/xarray
/ ds
Method
ds
xarray/backends/scipy_.py:281–282 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
279
280
@property
281
def
ds(self) -> scipy.io.netcdf_file:
282
return
self._manager.acquire()
283
284
def
open_store_variable(self, name: str, var: scipy.io.netcdf_variable) -> Variable:
285
return
Variable(
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected