MCPcopy Create free account
hub / github.com/Bleemsys/Artisan-Core / Save_File

Method Save_File

AGUI/JSONtreeview.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318 tk.messagebox.showerror("Error", "Invalid JSON format")
319
320 def Save_File(self):
321 self.update_treeview_from_json(self.text_widget)
322 self.main_gui.save_file()
323
324 def load_and_highlight_json(self, onSave=True):
325 self.save_data()

Callers

nothing calls this directly

Calls 2

save_fileMethod · 0.80

Tested by

no test coverage detected