Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flet-dev/flet
/ delete_clicked
Method
delete_clicked
sdk/python/examples/apps/todo/main.py:69–70 ·
view source on GitHub ↗
(self, e)
Source
from the content-addressed store, hash-verified
67
self.completed = self.display_task.value
68
69
def
delete_clicked(self, e):
70
self.task_delete(self)
71
72
73
class
TodoApp(ft.Column):
Callers
nothing calls this directly
Calls
1
task_delete
Method · 0.45
Tested by
no test coverage detected