MCPcopy Index your code
hub / github.com/pyload/pyload / clean

Function clean

pavement.py:274–277  ·  view source on GitHub ↗

Cleans build directories

()

Source from the content-addressed store, hash-verified

272
273@task
274def clean():
275 """Cleans build directories"""
276 path("build").rmtree()
277 path("dist").rmtree()
278
279
280#helper functions

Callers

nothing calls this directly

Calls 1

pathFunction · 0.85

Tested by

no test coverage detected