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

Method isComposing

python/textService.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 data.update(kwargs)
265
266 def isComposing(self):
267 return (self.compositionString != "" or self.showCandidates)
268
269 '''
270 Ask libIME to show a tooltip-like transient message to the user

Callers 12

filterKeyDownMethod · 0.80
onKeyDownMethod · 0.80
filterKeyDownMethod · 0.80
onKeyDownMethod · 0.80
processKeyMethod · 0.80
filterKeyDownMethod · 0.80
onKeyDownMethod · 0.80
onKeyUpMethod · 0.80
updateMessageWindowMethod · 0.80
updateCommitStringMethod · 0.80
updateCompositionMethod · 0.80
updateCandidateListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected