Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/flet-dev/flet
/ task_status_change
Method
task_status_change
sdk/python/examples/tutorials/todo/async/main.py:135–136 ·
view source on GitHub ↗
(self, task)
Source
from the content-addressed store, hash-verified
133
await self.update()
134
135
async
def
task_status_change(self, task):
136
await self.update()
137
138
async
def
task_delete(self, task):
139
self.tasks.controls.remove(task)
Callers
1
status_changed
Method · 0.45
Calls
1
update
Method · 0.95
Tested by
no test coverage detected