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

Function close_current_dialog

sdk/python/examples/community/mind_queue/main.py:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 open_dialog(dlg)
69
70 def close_current_dialog():
71 for ctl in page.overlay:
72 if isinstance(ctl, ft.AlertDialog):
73 ctl.open = False
74 page.update()
75
76 def open_dialog(dialog: ft.AlertDialog):
77 if dialog not in page.overlay:

Callers 12

do_deleteFunction · 0.85
do_cancelFunction · 0.85
do_openFunction · 0.85
do_cloneFunction · 0.85
open_system_actionsFunction · 0.85
on_addFunction · 0.85
on_saveFunction · 0.85
toggle_taskFunction · 0.85
delete_taskFunction · 0.85
do_move_upFunction · 0.85
do_move_downFunction · 0.85
do_editFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected