(self)
| 280 | return self.isSearchButtonVisible |
| 281 | |
| 282 | def IsCancelButtonVisible(self): |
| 283 | return self.isCancelButtonVisible |
| 284 | |
| 285 | def ShowSearchButton(self, show=True): |
| 286 | self.isSearchButtonVisible = show |
nothing calls this directly
no outgoing calls
no test coverage detected