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

Method show

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

Source from the content-addressed store, hash-verified

415 self.baseAppInstance = baseAppInstance
416
417 def show(self, *args):
418 super(EditorFileSaveDialog, self).show(self.baseAppInstance)
419
420 def add_fileinput_field(self, defaultname='untitled'):
421 self.txtFilename = gui.TextInput()

Callers 12

showMethod · 0.45
showMethod · 0.45
menu_save_clickedMethod · 0.45
check_if_winMethod · 0.45
menu_dialog_clickedMethod · 0.45
open_input_dialogMethod · 0.45
menu_open_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected