(self, s)
| 234 | self.currentReply["compositionCursor"] = pos |
| 235 | |
| 236 | def setCommitString(self, s): |
| 237 | self.commitString = s |
| 238 | self.currentReply["commitString"] = s |
| 239 | |
| 240 | def setCandidateList(self, cand): |
| 241 | self.candidateList = cand |
no outgoing calls
no test coverage detected