(self)
| 497 | self.UpdateSearchHackSize() |
| 498 | |
| 499 | def UpdateSearchHackSize(self): |
| 500 | if (self.SpaceHack == True): |
| 501 | self.dirtyHack.SetLabel("") |
| 502 | self.dirtyHack.SetSize((50, 1)) |
| 503 | |
| 504 | def UpdateGaugePos(self): |
| 505 | if (os.environ["POL_OS"] == "Mac"): |
no outgoing calls
no test coverage detected