Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ acquire
Method
acquire
dask/dataframe/io/utils.py:250–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
@runtime_checkable
249
class
SupportsLock(Protocol):
250
def
acquire(self) -> object: ...
251
252
def
release(self) -> object: ...
Callers
3
_pd_to_hdf
Function · 0.45
_read_hdf
Function · 0.45
test_SerializableLock
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_SerializableLock
Function · 0.36