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

Method on_tree_item_selected

editor/editor_widgets.py:51–53  ·  view source on GitHub ↗
(self, emitter)

Source from the content-addressed store, hash-verified

49
50 @gui.decorate_event
51 def on_tree_item_selected(self, emitter):
52 self.select_instance(self, emitter.instance)
53 return (emitter.instance,)
54
55 def append_instances_from_tree(self, node, parent=None):
56 if not hasattr(node, 'attributes'):

Callers

nothing calls this directly

Calls 1

select_instanceMethod · 0.95

Tested by

no test coverage detected