MCPcopy Create free account
hub / github.com/tox-dev/filelock / read_from_thread

Function read_from_thread

tests/test_filelock.py:759–760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

757 observed: list[float] = []
758
759 def read_from_thread() -> None:
760 observed.append(lock.poll_interval)
761
762 t = threading.Thread(target=read_from_thread)
763 t.start()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…