MCPcopy Index your code
hub / github.com/flet-dev/flet / status_changed

Method status_changed

sdk/python/examples/tutorials/todo/async/main.py:69–71  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

67 await self.update()
68
69 async def status_changed(self, e):
70 self.completed = self.display_task.value
71 await self.task_status_change(self)
72
73 async def delete_clicked(self, e):
74 await self.task_delete(self)

Callers

nothing calls this directly

Calls 1

task_status_changeMethod · 0.45

Tested by

no test coverage detected