(self, pos)
| 230 | self.currentReply["compositionString"] = s |
| 231 | |
| 232 | def setCompositionCursor(self, pos): |
| 233 | self.compositionCursor = pos |
| 234 | self.currentReply["compositionCursor"] = pos |
| 235 | |
| 236 | def setCommitString(self, s): |
| 237 | self.commitString = s |
no outgoing calls
no test coverage detected