(cls, parent, *args, **kwargs)
| 105 | |
| 106 | @classmethod |
| 107 | def openOne(cls, parent, *args, **kwargs): |
| 108 | if canvasPanel.graphFrame_enabled: |
| 109 | super().openOne(parent, *args, **kwargs) |
| 110 | |
| 111 | def UpdateWindowSize(self): |
| 112 | curW, curH = self.GetSize() |
nothing calls this directly
no outgoing calls
no test coverage detected