(self, callingWindow, srcContext)
| 16 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 17 | |
| 18 | def display(self, callingWindow, srcContext): |
| 19 | return srcContext == "resistancesViewFull" |
| 20 | |
| 21 | @property |
| 22 | def enabled(self): |
nothing calls this directly
no outgoing calls
no test coverage detected