Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
274
def
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
path
Function · 0.85
Tested by
no test coverage detected