MCPcopy
hub / github.com/dask/dask / acquire

Method acquire

dask/utils.py:1322–1323  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1320 SerializableLock._locks[self.token] = self.lock
1321
1322 def acquire(self, *args, **kwargs):
1323 return self.lock.acquire(*args, **kwargs)
1324
1325 def release(self, *args, **kwargs):
1326 return self.lock.release(*args, **kwargs)

Callers 2

test_SerializableLockFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_SerializableLockFunction · 0.76