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

Function do_open

sdk/python/examples/community/mind_queue/main.py:128–130  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

126
127 def open_system_actions(system_name: str):
128 def do_open(e):
129 close_current_dialog()
130 show_system(system_name)
131
132 async def do_clone(e):
133 close_current_dialog()

Callers

nothing calls this directly

Calls 2

close_current_dialogFunction · 0.85
show_systemFunction · 0.85

Tested by

no test coverage detected