(self, show)
| 246 | self.currentReply["candidateCursor"] = pos |
| 247 | |
| 248 | def setShowCandidates(self, show): |
| 249 | self.showCandidates = show |
| 250 | self.currentReply["showCandidates"] = show |
| 251 | |
| 252 | def setSelKeys(self, keys): |
| 253 | self.currentReply["setSelKeys"] = keys |
no outgoing calls
no test coverage detected