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

Function open_system

sdk/python/examples/community/mind_queue/main.py:124–125  ·  view source on GitHub ↗
(system_name: str)

Source from the content-addressed store, hash-verified

122 systems_list: list[ft.Control] = []
123
124 def open_system(system_name: str):
125 show_system(system_name)
126
127 def open_system_actions(system_name: str):
128 def do_open(e):

Callers 1

show_dashboardFunction · 0.85

Calls 1

show_systemFunction · 0.85

Tested by

no test coverage detected