(self)
| 41 | self.createGUI() |
| 42 | |
| 43 | def initialize(self): |
| 44 | self.thread = initialize_and_report(self.widget, self.drivers, |
| 45 | dependencies=self.dependencies, |
| 46 | concurrent=True) |
| 47 | |
| 48 | def createGUI(self): |
| 49 |
nothing calls this directly
no test coverage detected