MCPcopy Create free account
hub / github.com/kivy/python-for-android / clean_dists

Method clean_dists

pythonforandroid/toolchain.py:868–872  ·  view source on GitHub ↗

Delete all compiled distributions in the internal distribution directory.

(self, _args)

Source from the content-addressed store, hash-verified

866 self.clean_download_cache(args)
867
868 def clean_dists(self, _args):
869 """Delete all compiled distributions in the internal distribution
870 directory."""
871 ctx = self.ctx
872 rmdir(ctx.dist_dir)
873
874 def clean_bootstrap_builds(self, _args):
875 """Delete all the bootstrap builds."""

Callers 2

clean_allMethod · 0.95
clean_recipe_buildMethod · 0.95

Calls 1

rmdirFunction · 0.90

Tested by

no test coverage detected