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

Method on_instances_widget_selection

editor/editor.py:969–970  ·  view source on GitHub ↗
(self, instancesWidgetItem, selectedWidget)

Source from the content-addressed store, hash-verified

967 # self.on_widget_selection(widget)
968
969 def on_instances_widget_selection(self, instancesWidgetItem, selectedWidget):
970 self.on_widget_selection(selectedWidget)
971
972 def on_widget_selection(self, widget):
973 import time

Callers

nothing calls this directly

Calls 1

on_widget_selectionMethod · 0.95

Tested by

no test coverage detected