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

Method select

editor/editor_widgets.py:94–95  ·  view source on GitHub ↗
(self, selectedNode)

Source from the content-addressed store, hash-verified

92 self.treeView.select_instance(self.treeView, selectedNode)
93
94 def select(self, selectedNode):
95 self.treeView.select_instance(self.treeView, selectedNode)
96
97
98class ToolBar(gui.HBox):

Callers 1

send_messageMethod · 0.80

Calls 1

select_instanceMethod · 0.80

Tested by

no test coverage detected