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

Method _dist

pythonforandroid/toolchain.py:958–962  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

956
957 @property
958 def _dist(self):
959 ctx = self.ctx
960 dist = dist_from_args(ctx, self.args)
961 ctx.distribution = dist
962 return dist
963
964 @staticmethod
965 def _fix_args(args):

Callers

nothing calls this directly

Calls 1

dist_from_argsFunction · 0.85

Tested by

no test coverage detected