Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
302
def
cleanup(temp_repo_path: str, mypy_cache_path: str) -> None:
303
delete_folder(temp_repo_path)
304
delete_folder(mypy_cache_path)
305
306
307
def
test_repo(
Callers
1
test_repo
Function · 0.85
Calls
1
delete_folder
Function · 0.70
Tested by
1
test_repo
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…