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

Method on_action_TreeWidgetSetAvatar

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

Source from the content-addressed store, hash-verified

3689
3690 #set avatar functions
3691 def on_action_TreeWidgetSetAvatar(self):
3692 address = self.getCurrentAccount()
3693 self.setAvatar(address)
3694
3695 def on_action_AddressBookSetAvatar(self):
3696 self.on_action_SetAvatar(self.ui.tableWidgetAddressBook)

Callers

nothing calls this directly

Calls 2

getCurrentAccountMethod · 0.95
setAvatarMethod · 0.95

Tested by

no test coverage detected