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

Function clean_env

pavement.py:258–262  ·  view source on GitHub ↗

Deletes the virtual environment

()

Source from the content-addressed store, hash-verified

256
257@task
258def clean_env():
259 """Deletes the virtual environment"""
260 env = path(options.virtualenv.dir)
261 if env.exists():
262 env.rmtree()
263
264
265@task

Callers

nothing calls this directly

Calls 1

pathFunction · 0.85

Tested by

no test coverage detected