MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / on_action_InboxReplyChan

Method on_action_InboxReplyChan

src/bitmessageqt/__init__.py:2968–2969  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2966 box.setCurrentIndex(0)
2967
2968 def on_action_InboxReplyChan(self):
2969 self.on_action_InboxReply(self.REPLY_TYPE_CHAN)
2970
2971 def on_action_InboxReply(self, replyType = None):
2972 tableWidget = self.getCurrentMessagelist()

Callers 1

handleKeyPressMethod · 0.95

Calls 1

on_action_InboxReplyMethod · 0.95

Tested by

no test coverage detected