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

Method setCommitString

python/textService.py:236–238  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

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

Callers 6

onKeyDownMethod · 0.80
setOutputStringMethod · 0.80
setOutputFSymbolsMethod · 0.80
onKeyDownMethod · 0.80
onKeyMethod · 0.80
onKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected