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

Method delete_dist

pythonforandroid/toolchain.py:1200–1206  ·  view source on GitHub ↗
(self, _args)

Source from the content-addressed store, hash-verified

1198 '{Style.RESET_ALL}'.format(Style=Out_Style))
1199
1200 def delete_dist(self, _args):
1201 dist = self._dist
1202 if not dist.folder_exists():
1203 info('No dist exists that matches your specifications, '
1204 'exiting without deleting.')
1205 return
1206 dist.delete()
1207
1208 def sdk_tools(self, args):
1209 """Runs the android binary from the detected SDK directory, passing

Callers

nothing calls this directly

Calls 2

folder_existsMethod · 0.80
deleteMethod · 0.80

Tested by

no test coverage detected