Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ delete_folder
Function
delete_folder
misc/perf_checker.py:26–28 ·
view source on GitHub ↗
(folder_path: str)
Source
from the content-addressed store, hash-verified
24
25
26
def
delete_folder(folder_path: str) -> None:
27
if
os.path.exists(folder_path):
28
shutil.rmtree(folder_path)
29
30
31
def
execute(command: list[str]) -> None:
Callers
1
main
Function · 0.70
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…