Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ release
Method
release
dask/array/tests/test_array_core.py:2353–2356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2351
return
acquired
2352
2353
def
release(self) -> None:
2354
if
self.lock.locked():
2355
self.release_count += 1
2356
self.lock.release()
2357
2358
2359
def
test_store_locks_failure_lock_released():
Callers
3
test_from_array_with_lock
Function · 0.95
getter
Function · 0.45
load_store_chunk
Function · 0.45
Calls
1
locked
Method · 0.80
Tested by
no test coverage detected