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

Method is_patched

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

Source from the content-addressed store, hash-verified

555 info('{} has no {}, skipping'.format(self.name, prebuild))
556
557 def is_patched(self, arch):
558 build_dir = self.get_build_dir(arch.arch)
559 return exists(join(build_dir, '.patched'))
560
561 def apply_patches(self, arch, build_dir=None):
562 '''Apply any patches for the Recipe.

Callers 2

apply_patchesMethod · 0.95
prebuild_archMethod · 0.80

Calls 1

get_build_dirMethod · 0.95

Tested by

no test coverage detected