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

Method clear_all

AGUI/JSONtreeview.py:182–185  ·  view source on GitHub ↗

Clears all the nodes in the tree.

(self)

Source from the content-addressed store, hash-verified

180 messagebox.showerror("Error", f"An error occurred: {str(e)}")
181
182 def clear_all(self):
183 """Clears all the nodes in the tree."""
184 for item in self.tree.get_children():
185 self.tree.delete(item)
186
187 def on_right_click(self, event):
188 try:

Callers 3

load_configurationFunction · 0.80
LoadFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected