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

Method __init__

AGUI/JSONtreeview.py:7–12  ·  view source on GitHub ↗
(self, master, data, main_gui = None)

Source from the content-addressed store, hash-verified

5
6class JSONTreeView:
7 def __init__(self, master, data, main_gui = None):
8 self.root = master
9 self.data = data
10 self.main_gui = main_gui
11 self.setup_ui()
12 self.insert_json('', self.data)
13
14 def setup_ui(self):
15 self.tree = ttk.Treeview(self.root, columns=['Value'])

Callers

nothing calls this directly

Calls 2

setup_uiMethod · 0.95
insert_jsonMethod · 0.95

Tested by

no test coverage detected