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

Method setAddress

src/bitmessageqt/foldertree.py:231–233  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

229 return super(Ui_AddressWidget, self).setData(column, role, value)
230
231 def setAddress(self, address):
232 super(Ui_AddressWidget, self).setAddress(address)
233 self.setData(0, QtCore.Qt.UserRole, self.address)
234
235 def setExpanded(self, expand):
236 super(Ui_AddressWidget, self).setExpanded(expand)

Callers 1

__init__Method · 0.95

Calls 2

setDataMethod · 0.95
setAddressMethod · 0.45

Tested by

no test coverage detected