(self, guid)
| 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): |
no test coverage detected