MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / tableWidgetKeyPressEvent

Method tableWidgetKeyPressEvent

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

Source from the content-addressed store, hash-verified

1386
1387 # inbox / sent
1388 def tableWidgetKeyPressEvent(self, event):
1389 return self.handleKeyPress(event, self.getCurrentMessagelist())
1390
1391 # messageview
1392 def textEditKeyPressEvent(self, event):

Callers

nothing calls this directly

Calls 2

handleKeyPressMethod · 0.95
getCurrentMessagelistMethod · 0.95

Tested by

no test coverage detected