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

Method delete

pythonforandroid/distribution.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 return exists(self.dist_dir)
203
204 def delete(self):
205 rmdir(self.dist_dir)
206
207 @classmethod
208 def get_distributions(cls, ctx, extra_dist_dirs=[]):

Callers 3

wrapper_funcFunction · 0.80
delete_distMethod · 0.80
test_deleteMethod · 0.80

Calls 1

rmdirFunction · 0.90

Tested by 1

test_deleteMethod · 0.64