()
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…