MCPcopy Index your code
hub / github.com/kivy/python-for-android / prebuild_arch

Method prebuild_arch

pythonforandroid/recipe.py:905–907  ·  view source on GitHub ↗
(self, arch)

Source from the content-addressed store, hash-verified

903 self.depends = depends
904
905 def prebuild_arch(self, arch):
906 self._host_recipe = Recipe.get_recipe("hostpython3", self.ctx)
907 return super().prebuild_arch(arch)
908
909 def clean_build(self, arch=None):
910 super().clean_build(arch=arch)

Callers

nothing calls this directly

Calls 2

get_recipeMethod · 0.80
prebuild_archMethod · 0.45

Tested by

no test coverage detected