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

Method prebuild_arch

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

Source from the content-addressed store, hash-verified

1670 super().__init__(*args, **kwargs)
1671
1672 def prebuild_arch(self, arch):
1673 super().prebuild_arch(arch)
1674 self.ctx.python_recipe = self
1675
1676 def include_root(self, arch):
1677 '''The root directory from which to include headers.'''

Callers

nothing calls this directly

Calls 1

prebuild_archMethod · 0.45

Tested by

no test coverage detected