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

Method on_action_AddressBookSetAvatar

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

Source from the content-addressed store, hash-verified

3693 self.setAvatar(address)
3694
3695 def on_action_AddressBookSetAvatar(self):
3696 self.on_action_SetAvatar(self.ui.tableWidgetAddressBook)
3697
3698 def on_action_SetAvatar(self, thisTableWidget):
3699 currentRow = thisTableWidget.currentRow()

Callers

nothing calls this directly

Calls 1

on_action_SetAvatarMethod · 0.95

Tested by

no test coverage detected