(self, e)
| 388 | self.script_LOGTITLE = logtitle |
| 389 | |
| 390 | def DebugClick(self, e): |
| 391 | self.parent.BugReport(e) |
| 392 | self.parent.debugFrame.analyseReal(1, self.script_LOGTITLE) |
| 393 | |
| 394 | def POL_SetupWindow_textbox(self, message, title, value, maxlength=0): |
| 395 | try: |
nothing calls this directly
no test coverage detected