Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ release
Method
release
dask/utils.py:1325–1326 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
1323
return
self.lock.acquire(*args, **kwargs)
1324
1325
def
release(self, *args, **kwargs):
1326
return
self.lock.release(*args, **kwargs)
1327
1328
def
__enter__(self):
1329
self.lock.__enter__()
Callers
1
test_SerializableLock_acquire_blocking
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_SerializableLock_acquire_blocking
Function · 0.76