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

Method install_hostpython_package

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

Source from the content-addressed store, hash-verified

1039 return join(dirname(self.real_hostpython_location), 'Lib', 'site-packages')
1040
1041 def install_hostpython_package(self, arch):
1042 env = self.get_hostrecipe_env(arch)
1043 shprint(self._host_recipe.pip, 'install', '.',
1044 '--compile',
1045 '--root={}'.format(self._host_recipe.site_root),
1046 _env=env, *self.setup_extra_args)
1047
1048 @property
1049 def python_major_minor_version(self):

Callers 1

Calls 3

get_hostrecipe_envMethod · 0.95
shprintFunction · 0.90
formatMethod · 0.80

Tested by

no test coverage detected