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

Method get_build_dir_name

pythonforandroid/bootstrap.py:126–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 return sorted(recipes)
125
126 def get_build_dir_name(self):
127 choices = self.check_recipe_choices()
128 dir_name = '-'.join([self.name] + choices)
129 return dir_name
130
131 def get_build_dir(self):
132 return join(self.ctx.build_dir, 'bootstrap_builds', self.get_build_dir_name())

Callers 2

get_build_dirMethod · 0.95
test_attributesMethod · 0.80

Calls 1

check_recipe_choicesMethod · 0.95

Tested by 1

test_attributesMethod · 0.64