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

Method clean_all

pythonforandroid/toolchain.py:861–866  ·  view source on GitHub ↗

Delete all build components; the package cache, package builds, bootstrap builds and distributions.

(self, args)

Source from the content-addressed store, hash-verified

859 component_clean_methods[component](args)
860
861 def clean_all(self, args):
862 """Delete all build components; the package cache, package builds,
863 bootstrap builds and distributions."""
864 self.clean_dists(args)
865 self.clean_builds(args)
866 self.clean_download_cache(args)
867
868 def clean_dists(self, _args):
869 """Delete all compiled distributions in the internal distribution

Callers

nothing calls this directly

Calls 3

clean_distsMethod · 0.95
clean_buildsMethod · 0.95
clean_download_cacheMethod · 0.95

Tested by

no test coverage detected