MCPcopy Create free account
hub / github.com/kivy/python-for-android / get_include

Method get_include

pythonforandroid/recipes/numpy/__init__.py:17–20  ·  view source on GitHub ↗
(self, arch)

Source from the content-addressed store, hash-verified

15 min_ndk_api_support = 24
16
17 def get_include(self, arch):
18 return join(
19 self.ctx.get_python_install_dir(arch.arch), "numpy/_core/include",
20 )
21
22 def get_recipe_meson_options(self, arch):
23 options = super().get_recipe_meson_options(arch)

Callers 1

get_config_wrappersMethod · 0.80

Calls 1

Tested by

no test coverage detected