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

Method task_status_change

sdk/python/examples/tutorials/todo/todo.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 self.update()
130
131 def task_status_change(self):
132 self.update()
133
134 def task_delete(self, task):
135 self.tasks.controls.remove(task)

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected