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

Method include_root

pythonforandroid/recipe.py:1676–1678  ·  view source on GitHub ↗

The root directory from which to include headers.

(self, arch)

Source from the content-addressed store, hash-verified

1674 self.ctx.python_recipe = self
1675
1676 def include_root(self, arch):
1677 '''The root directory from which to include headers.'''
1678 raise NotImplementedError('Not implemented in TargetPythonRecipe')
1679
1680 def link_root(self):
1681 raise NotImplementedError('Not implemented in TargetPythonRecipe')

Callers 4

get_recipe_envMethod · 0.45
get_recipe_envMethod · 0.45
get_recipe_envMethod · 0.45
get_envMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected