def reportFocus(self):
# Skype message/channel info and other extraneous text should not be announced.
# Credit: Derek Riemer
# But save the old name just in case it needs to be referred back to.
self._message = self.name
self.name = self.getShortenedMessage()
super(SkypeMessage, self).reportFocus()
评论列表
文章目录