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

Method treeWidgetKeyPressEvent

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

Source from the content-addressed store, hash-verified

1382
1383 # tree
1384 def treeWidgetKeyPressEvent(self, event):
1385 return self.handleKeyPress(event, self.getCurrentTreeWidget())
1386
1387 # inbox / sent
1388 def tableWidgetKeyPressEvent(self, event):

Callers

nothing calls this directly

Calls 2

handleKeyPressMethod · 0.95
getCurrentTreeWidgetMethod · 0.95

Tested by

no test coverage detected