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

Method show

editor/editor_widgets.py:388–391  ·  view source on GitHub ↗

Allows to show the widget as root window

(self, baseAppInstance)

Source from the content-addressed store, hash-verified

386 return super(ProjectConfigurationDialog, self).confirm_dialog(self)
387
388 def show(self, baseAppInstance):
389 """Allows to show the widget as root window"""
390 self.from_dict_to_fields(self.configDict)
391 super(ProjectConfigurationDialog, self).show(baseAppInstance)
392
393
394class EditorFileSelectionDialog(gui.FileSelectionDialog):

Callers

nothing calls this directly

Calls 2

from_dict_to_fieldsMethod · 0.95
showMethod · 0.45

Tested by

no test coverage detected