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

Method get_wrapper_dir

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

Source from the content-addressed store, hash-verified

1419 return " ".join(flag_strings).strip().split(" ")
1420
1421 def get_wrapper_dir(self, arch):
1422 return join(self.get_build_dir(arch.arch), "p4a_wrappers")
1423
1424 def write_wrapper(self, arch, name, content):
1425 wrapper_dir = self.get_wrapper_dir(arch)

Callers 1

write_wrapperMethod · 0.95

Calls 1

get_build_dirMethod · 0.45

Tested by

no test coverage detected