MCPcopy 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
41def cleanup(test_path: Path) -> None:
42 if test_path.exists():
43 shutil.rmtree(test_path)
44
45
46@dataclass(frozen=True)

Callers 2

mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 2

mainFunction · 0.72
mainFunction · 0.72