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

Method textEditKeyPressEvent

src/bitmessageqt/__init__.py:1392–1393  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1390
1391 # messageview
1392 def textEditKeyPressEvent(self, event):
1393 return self.handleKeyPress(event, self.getCurrentMessageTextedit())
1394
1395 def handleKeyPress(self, event, focus = None):
1396 messagelist = self.getCurrentMessagelist()

Callers

nothing calls this directly

Calls 2

handleKeyPressMethod · 0.95

Tested by

no test coverage detected