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

Function stop_daemon

misc/incremental_checker.py:192–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190
191
192def stop_daemon() -> None:
193 execute(DAEMON_CMD + ["stop"])
194
195
196def load_cache(incremental_cache_path: str = CACHE_PATH) -> JsonDict:

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…