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

Method check_prebuilt

pythonforandroid/recipe.py:1285–1294  ·  view source on GitHub ↗
(self, arch, msg="")

Source from the content-addressed store, hash-verified

1283 return True
1284
1285 def check_prebuilt(self, arch, msg=""):
1286 if self.ctx.skip_prebuilt:
1287 return False
1288
1289 if self.lookup_prebuilt(arch):
1290 if msg != "":
1291 info(f"Prebuilt pip wheel found, {msg}")
1292 return True
1293
1294 return False
1295
1296 def get_recipe_env(self, arch, **kwargs):
1297 env = super().get_recipe_env(arch, **kwargs)

Callers 1

build_archMethod · 0.95

Calls 1

lookup_prebuiltMethod · 0.95

Tested by

no test coverage detected