Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ acquire
Method
acquire
xarray/backends/locks.py:245–246 ·
view source on GitHub ↗
(self, blocking=True)
Source
from the content-addressed store, hash-verified
243
""
"DummyLock provides the lock API without any actual locking."
""
244
245
def
acquire(self, blocking=True):
246
pass
247
248
def
release(self):
249
pass
Callers
4
acquire
Method · 0.45
acquire
Function · 0.45
get_variable
Method · 0.45
ds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected