(self, text)
| 289 | self.isCancelButtonVisible = show |
| 290 | |
| 291 | def SetDescriptiveText(self, text): |
| 292 | self.descriptiveText = text |
| 293 | |
| 294 | def GetDescriptiveText(self): |
| 295 | return self.descriptiveText |
nothing calls this directly
no outgoing calls
no test coverage detected