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

Method has_lib

pythonforandroid/build.py:447–448  ·  view source on GitHub ↗
(self, arch, lib)

Source from the content-addressed store, hash-verified

445 return join(self.libs_dir, arch)
446
447 def has_lib(self, arch, lib):
448 return exists(join(self.get_libs_dir(arch), lib))
449
450 def has_package(self, name, arch=None):
451 # If this is a file path, it'll need special handling:

Callers 2

install_stl_libMethod · 0.80
has_libsMethod · 0.80

Calls 1

get_libs_dirMethod · 0.95

Tested by

no test coverage detected