MCPcopy Create free account
hub / github.com/EasyIME/PIME / setCandidateList

Method setCandidateList

python/textService.py:240–242  ·  view source on GitHub ↗
(self, cand)

Source from the content-addressed store, hash-verified

238 self.currentReply["commitString"] = s
239
240 def setCandidateList(self, cand):
241 self.candidateList = cand
242 self.currentReply["candidateList"] = cand
243
244 def setCandidateCursor(self, pos):
245 self.candidateCursor = pos

Callers 6

onKeyDownMethod · 0.80
onKeyUpMethod · 0.80
resetCompositionMethod · 0.80
onKeyDownMethod · 0.80
onKeyMethod · 0.80
onKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected