(self, pos)
| 242 | self.currentReply["candidateList"] = cand |
| 243 | |
| 244 | def setCandidateCursor(self, pos): |
| 245 | self.candidateCursor = pos |
| 246 | self.currentReply["candidateCursor"] = pos |
| 247 | |
| 248 | def setShowCandidates(self, show): |
| 249 | self.showCandidates = show |
no outgoing calls
no test coverage detected