MCPcopy
hub / github.com/dask/dask / test_SerializableLock_acquire_blocking

Function test_SerializableLock_acquire_blocking

dask/tests/test_utils.py:418–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416
417
418def test_SerializableLock_acquire_blocking():
419 a = SerializableLock("a")
420 assert a.acquire(blocking=True)
421 assert not a.acquire(blocking=False)
422 a.release()
423
424
425def test_funcname():

Callers

nothing calls this directly

Calls 3

acquireMethod · 0.95
releaseMethod · 0.95
SerializableLockClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…