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

Method build_arch

pythonforandroid/recipe.py:1005–1010  ·  view source on GitHub ↗

Install the Python module by calling setup.py install with the target Python dir.

(self, arch)

Source from the content-addressed store, hash-verified

1003 return True
1004
1005 def build_arch(self, arch):
1006 '''Install the Python module by calling setup.py install with
1007 the target Python dir.'''
1008 self.install_hostpython_prerequisites()
1009 super().build_arch(arch)
1010 self.install_python_package(arch)
1011
1012 def install_python_package(self, arch, name=None, env=None, is_dir=True):
1013 '''Automate the installation of a Python package (or a cython

Callers

nothing calls this directly

Calls 3

build_archMethod · 0.45

Tested by

no test coverage detected