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

Method on_action_AddressBookNew

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

Source from the content-addressed store, hash-verified

3258
3259 # Group of functions for the Address Book dialog box
3260 def on_action_AddressBookNew(self):
3261 self.click_pushButtonAddAddressBook()
3262
3263 def on_action_AddressBookDelete(self):
3264 while self.ui.tableWidgetAddressBook.selectedIndexes() != []:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected