(self)
| 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 |
no outgoing calls
no test coverage detected