Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/flet-dev/flet
/ save_data
Function
save_data
sdk/python/examples/community/mind_queue/main.py:19–21 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
17
18
19
def
save_data(data):
20
with
DATA_FILE.open(
"w"
, encoding=
"utf-8"
)
as
f:
21
json.dump(data, f, indent=4)
22
23
24
def
main(page: ft.Page):
Callers
9
clone_system
Function · 0.85
delete_system
Function · 0.85
on_add
Function · 0.85
on_save
Function · 0.85
clone_task
Function · 0.85
toggle_task
Function · 0.85
delete_task
Function · 0.85
move_task
Function · 0.85
delete_header
Function · 0.85
Calls
1
open
Method · 0.80
Tested by
no test coverage detected