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

Function cleanup

misc/incremental_checker.py:302–304  ·  view source on GitHub ↗
(temp_repo_path: str, mypy_cache_path: str)

Source from the content-addressed store, hash-verified

300
301
302def cleanup(temp_repo_path: str, mypy_cache_path: str) -> None:
303 delete_folder(temp_repo_path)
304 delete_folder(mypy_cache_path)
305
306
307def test_repo(

Callers 1

test_repoFunction · 0.85

Calls 1

delete_folderFunction · 0.70

Tested by 1

test_repoFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…