(self, s)
| 226 | |
| 227 | # composition string |
| 228 | def setCompositionString(self, s): |
| 229 | self.compositionString = s |
| 230 | self.currentReply["compositionString"] = s |
| 231 | |
| 232 | def setCompositionCursor(self, pos): |
| 233 | self.compositionCursor = pos |
no outgoing calls
no test coverage detected