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

Method setShowCandidates

python/textService.py:248–250  ·  view source on GitHub ↗
(self, show)

Source from the content-addressed store, hash-verified

246 self.currentReply["candidateCursor"] = pos
247
248 def setShowCandidates(self, show):
249 self.showCandidates = show
250 self.currentReply["showCandidates"] = show
251
252 def setSelKeys(self, keys):
253 self.currentReply["setSelKeys"] = keys

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected