Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onKeyDown
Method · 0.80
onKeyUp
Method · 0.80
resetComposition
Method · 0.80
onKeyDown
Method · 0.80
onKey
Method · 0.80
onKeyDown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected