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

Method _getSortRank

src/bitmessageqt/foldertree.py:238–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 super(Ui_AddressWidget, self).setExpanded(expand)
237
238 def _getSortRank(self):
239 ret = self.type
240 if not self.isEnabled:
241 ret += 100
242 return ret
243
244 # label (or address) alphabetically, disabled at the end
245 def __lt__(self, other):

Callers 1

__lt__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected