(self, *args)
| 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() |
no outgoing calls
no test coverage detected