MCPcopy
hub / github.com/python-trio/trio / start_clock

Method start_clock

src/trio/_core/_run.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 offset: float = attrs.Factory(lambda: _r.uniform(10000, 200000))
198
199 def start_clock(self) -> None:
200 pass
201
202 # In cPython 3, on every platform except Windows, perf_counter is
203 # exactly the same as time.monotonic; and on Windows, it uses

Callers 1

unrolled_runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected