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

Method show

editor/editor_widgets.py:404–405  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

402 self.baseAppInstance = baseAppInstance
403
404 def show(self, *args):
405 super(EditorFileSelectionDialog, self).show(self.baseAppInstance)
406
407
408class EditorFileSaveDialog(gui.FileSelectionDialog):

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected