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

Method get_hostrecipe_env

pythonforandroid/recipe.py:1031–1035  ·  view source on GitHub ↗
(self, arch=None)

Source from the content-addressed store, hash-verified

1029 )
1030
1031 def get_hostrecipe_env(self, arch=None):
1032 env = environ.copy()
1033 env['PYTHONPATH'] = ''
1034 env['HOME'] = '/tmp'
1035 return env
1036
1037 @property
1038 def hostpython_site_dir(self):

Callers 6

get_recipe_envMethod · 0.95
lookup_prebuiltMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected