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

Method get_python_install_dir

pythonforandroid/build.py:154–155  ·  view source on GitHub ↗
(self, arch)

Source from the content-addressed store, hash-verified

152 return directory
153
154 def get_python_install_dir(self, arch):
155 return join(self.python_installs_dir, self.bootstrap.distribution.name, arch)
156
157 def setup_dirs(self, storage_dir):
158 '''Calculates all the storage and build dirs, and makes sure

Callers 15

get_site_packages_dirMethod · 0.95
install_wheelMethod · 0.80
get_recipe_envMethod · 0.80
build_archMethod · 0.80
build_archMethod · 0.80
get_recipe_envMethod · 0.80
create_python_bundleMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_get_recipe_envMethod · 0.64