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

Method removePreservedKey

python/textService.py:223–225  ·  view source on GitHub ↗
(self, guid)

Source from the content-addressed store, hash-verified

221 "guid": guid.lower()})
222
223 def removePreservedKey(self, guid):
224 keys = self.currentReply.setdefault("removePreservedKey", [])
225 keys.append(guid.lower())
226
227 # composition string
228 def setCompositionString(self, s):

Callers 2

onDeactivateMethod · 0.80
updatePreservedKeysMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected