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

Method has_libs

pythonforandroid/recipe.py:679–680  ·  view source on GitHub ↗
(self, arch, *libs)

Source from the content-addressed store, hash-verified

677 shprint(sh.cp, *args)
678
679 def has_libs(self, arch, *libs):
680 return all(map(lambda lib: self.ctx.has_lib(arch.arch, lib), libs))
681
682 def get_libraries(self, arch_name, in_context=False):
683 """Return the full path of the library depending on the architecture.

Callers 1

should_buildMethod · 0.80

Calls 1

has_libMethod · 0.80

Tested by

no test coverage detected