MCPcopy 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
249class SupportsLock(Protocol):
250 def acquire(self) -> object: ...
251
252 def release(self) -> object: ...

Callers 3

_pd_to_hdfFunction · 0.45
_read_hdfFunction · 0.45
test_SerializableLockFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_SerializableLockFunction · 0.36