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

Method get_dist_dir

pythonforandroid/bootstrap.py:134–135  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

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)
136
137 @property
138 def name(self):

Callers 1

test_build_dist_dirsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_build_dist_dirsMethod · 0.64