Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepLabCut/DeepLabCut
/ cleanup
Function
cleanup
examples/utils.py:41–43 ·
view source on GitHub ↗
(test_path: Path)
Source
from the content-addressed store, hash-verified
39
40
41
def
cleanup(test_path: Path) -> None:
42
if
test_path.exists():
43
shutil.rmtree(test_path)
44
45
46
@dataclass(frozen=True)
Callers
2
main
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
2
main
Function · 0.72
main
Function · 0.72