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

Method get_dir_name

pythonforandroid/recipe.py:361–364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

359 dir_name, '{}__ndk_target_{}'.format(arch, self.ctx.ndk_api))
360
361 def get_dir_name(self):
362 choices = self.check_recipe_choices()
363 dir_name = '-'.join([self.name] + choices)
364 return dir_name
365
366 def get_build_dir(self, arch):
367 '''Given the arch name, returns the directory where the

Callers 2

get_cache_dirMethod · 0.80

Calls 1

check_recipe_choicesMethod · 0.95

Tested by

no test coverage detected