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

Method get_build_dir

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

Source from the content-addressed store, hash-verified

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())
133
134 def get_dist_dir(self, name):
135 return join(self.ctx.dist_dir, name)

Callers 1

prepare_build_dirMethod · 0.95

Calls 1

get_build_dir_nameMethod · 0.95

Tested by

no test coverage detected