MCPcopy Create free account
hub / github.com/kivy/python-for-android / dists

Method dists

pythonforandroid/toolchain.py:1182–1184  ·  view source on GitHub ↗

The same as :meth:`distributions`.

(self, args)

Source from the content-addressed store, hash-verified

1180 print(' {}'.format(arch.arch))
1181
1182 def dists(self, args):
1183 """The same as :meth:`distributions`."""
1184 self.distributions(args)
1185
1186 def distributions(self, _args):
1187 """Lists all distributions currently available (i.e. that have already

Callers

nothing calls this directly

Calls 1

distributionsMethod · 0.95

Tested by

no test coverage detected