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

Method setAddress

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

Source from the content-addressed store, hash-verified

49 return brush
50
51 def setAddress(self, address):
52 if address is None:
53 self.address = None
54 else:
55 self.address = str(address)
56
57 def setUnreadCount(self, cnt):
58 if hasattr(self, "unreadCount") and self.unreadCount == int(cnt):

Callers 4

__init__Method · 0.45
setAddressMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected