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

Method build_arch

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

Source from the content-addressed store, hash-verified

1657 exit(1)
1658
1659 def build_arch(self, arch):
1660 self.check_host_deps()
1661 super().build_arch(arch)
1662
1663
1664class TargetPythonRecipe(Recipe):

Callers

nothing calls this directly

Calls 2

check_host_depsMethod · 0.95
build_archMethod · 0.45

Tested by

no test coverage detected