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

Method setCompositionString

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

Source from the content-addressed store, hash-verified

226
227 # composition string
228 def setCompositionString(self, s):
229 self.compositionString = s
230 self.currentReply["compositionString"] = s
231
232 def setCompositionCursor(self, pos):
233 self.compositionCursor = pos

Callers 15

onKeyDownMethod · 0.80
resetCompositionMethod · 0.80
setOutputFSymbolsMethod · 0.80
onKeyDownMethod · 0.80
onKeyDownMethod · 0.80
onKeyDownMethod · 0.80
clearMethod · 0.80
onKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected