MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / clean

Method clean

hatch_build.py:96–99  ·  view source on GitHub ↗
(self, *_)

Source from the content-addressed store, hash-verified

94 data["pure_python"] = False
95
96 def clean(self, *_):
97 path = os.path.join(self.root, "ext")
98 if os.path.exists(path):
99 shutil.rmtree(path)
100
101
102@hookimpl

Callers 1

initializeMethod · 0.95

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected