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

Method showMessage

python/textService.py:275–279  ·  view source on GitHub ↗
(self, message, duration=3)

Source from the content-addressed store, hash-verified

273 The currently shown message, if there is any, will be replaced by calling this method.
274 '''
275 def showMessage(self, message, duration=3):
276 self.currentReply["showMessage"] = {
277 "message": message,
278 "duration": duration
279 }
280
281 def hideMessage(self):
282 self.currentReply["hideMessage"] = True

Callers 4

onKeyDownMethod · 0.45
onKeyUpMethod · 0.45
setOutputStringMethod · 0.45
onKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected