Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kivy/python-for-android
/ get_stl_library
Method
get_stl_library
pythonforandroid/recipe.py:166–170 ·
view source on GitHub ↗
(self, arch)
Source
from the content-addressed store, hash-verified
164
''
&
#x27;
165
166
def
get_stl_library(self, arch):
167
return
join(
168
arch.ndk_lib_dir,
169
'lib{name}.so'
.format(name=self.stl_lib_name),
170
)
171
172
def
install_stl_lib(self, arch):
173
if
not self.ctx.has_lib(
Callers
1
install_stl_lib
Method · 0.95
Calls
1
format
Method · 0.80
Tested by
no test coverage detected