MCPcopy Index your code
hub / github.com/rawpython/remi / update

Method update

editor/editor_widgets.py:87–92  ·  view source on GitHub ↗
(self, editorProject, selectedNode)

Source from the content-addressed store, hash-verified

85 self.container.style['-webkit-order'] = '0'
86
87 def update(self, editorProject, selectedNode):
88 self.treeView.empty()
89 if 'root' in editorProject.children.keys():
90 self.treeView.append_instances_from_tree(
91 editorProject.children['root'])
92 self.treeView.select_instance(self.treeView, selectedNode)
93
94 def select(self, selectedNode):
95 self.treeView.select_instance(self.treeView, selectedNode)

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
add_widget_to_editorMethod · 0.45
on_widget_selectionMethod · 0.45

Calls 3

select_instanceMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected