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

Method setCandidateCursor

python/textService.py:244–246  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected