Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/xarray
/ release
Method
release
xarray/backends/locks.py:223–225 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
221
return
all(acquire(lock, blocking=blocking)
for
lock in self.locks)
222
223
def
release(self):
224
for
lock in self.locks:
225
lock.release()
226
227
def
__enter__(self):
228
for
lock in self.locks:
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected