(self)
| 118 | return False |
| 119 | |
| 120 | def GetButtonsPos(self): |
| 121 | btnpos = [ |
| 122 | (self.searchButtonX, self.searchButtonY), |
| 123 | (self.cancelButtonX, self.cancelButtonY) |
| 124 | ] |
| 125 | return btnpos |
| 126 | |
| 127 | def GetButtonsSize(self): |
| 128 | btnsize = [] |
no outgoing calls
no test coverage detected