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

Class myTableWidgetItem

src/bitmessageqt/__init__.py:4330–4333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4328# correctly (rather than alphabetically), we need to overload the <
4329# operator and use this class instead of QTableWidgetItem.
4330class myTableWidgetItem(QtGui.QTableWidgetItem):
4331
4332 def __lt__(self, other):
4333 return int(self.data(33).toPyObject()) < int(other.data(33).toPyObject())
4334
4335
4336app = None

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected