def clean(): autoclean() shell('find', '.', '-name', '*.pyc', '-delete') clean_env() clean_smoke() clean_jenv() clean_test() clean_build()
def clean(): """clean all artifacts""" autoclean() delete_files('*.pyc', '.') clean_env() clean_sphinx() clean_test() clean_build()
def clean(): """clean all artifacts""" autoclean() shell('find', '.', '-name', '*.pyc', '-delete') clean_env() clean_sphinx() clean_test() clean_build()
def clean(): """clean all artifacts""" autoclean() shell('find', '.', '-name', '*.pyc', '-delete') clean_env() clean_sphinx() clean_jenv() clean_test() clean_build()
def clean(): remove_path('env', '*.egg', '*.egg-info', p('tests/env')) remove_path_recursive(p('./'), '*.pyc') autoclean()
def clean(): namecoindns_clean() autoclean()
def clean(): autoclean() shell('rm','-rf', BUILDDIR)
def clean(): fabricate.autoclean()
def clean(): autoclean()
def clean(): autoclean() clean_build() clean_themes() clean_plugins() clean_pelican()
def clean(self): fabricate.autoclean()
def clean(): autoclean() for plugin in PLUGINS: _clean_build(plugin) clean_dev()
def clean(): autoclean() remove_tree(buildpath)