Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ locked
Method
locked
dask/utils.py:1337–1338 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1335
self.lock.__exit__(*args)
1336
1337
def
locked(self):
1338
return
self.lock.locked()
1339
1340
def
__getstate__(self):
1341
return
self.token
Callers
2
test_SerializableLock_locked
Function · 0.95
acquire
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_SerializableLock_locked
Function · 0.76
acquire
Method · 0.64