Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_func
Function · 0.80
delete_dist
Method · 0.80
test_delete
Method · 0.80
Calls
1
rmdir
Function · 0.90
Tested by
1
test_delete
Method · 0.64