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

Method removeButton

python/textService.py:202–204  ·  view source on GitHub ↗
(self, button_id)

Source from the content-addressed store, hash-verified

200 buttons.append(info)
201
202 def removeButton(self, button_id):
203 buttons = self.currentReply.setdefault("removeButton", [])
204 buttons.append(button_id)
205
206 """
207 See addButton() for allowed arguments.

Callers 8

onDeactivateMethod · 0.80
onDeactivateMethod · 0.80
onDeactivateMethod · 0.80
onDeactivateMethod · 0.80
removeLangButtonsMethod · 0.80
onDeactivateMethod · 0.80
updateLanguageButtonsMethod · 0.80
resetTextServiceStateMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected