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

Method onload

editor/editor.py:1216–1220  ·  view source on GitHub ↗
(self, emitter)

Source from the content-addressed store, hash-verified

1214 error_dialog.show(self)
1215
1216 def onload(self, emitter):
1217 if not self.additional_widgets_loaded:
1218 print("loading additional widgets")
1219 self.additional_widgets_loaded = True
1220 self.widgetsCollection.load_additional_widgets()
1221
1222
1223def on_dropped(self, left, top):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected