MCPcopy Index your code
hub / github.com/python/mypy / start_daemon

Function start_daemon

misc/incremental_checker.py:180–189  ·  view source on GitHub ↗
(mypy_cache_path: str)

Source from the content-addressed store, hash-verified

178
179
180def start_daemon(mypy_cache_path: str) -> None:
181 cmd = DAEMON_CMD + [
182 "restart",
183 "--log-file",
184 "./@incr-chk-logs",
185 "--",
186 "--cache-dir",
187 mypy_cache_path,
188 ]
189 execute(cmd)
190
191
192def stop_daemon() -> None:

Callers 1

test_repoFunction · 0.85

Calls 1

executeFunction · 0.70

Tested by 1

test_repoFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…