MCPcopy 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_changedMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected