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

Method __init__

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

Source from the content-addressed store, hash-verified

494
495class AddressBookCompleter(QtGui.QCompleter):
496 def __init__(self):
497 super(QtGui.QCompleter, self).__init__()
498 self.cursorPos = -1
499
500 def onCursorPositionChanged(self, oldPos, newPos):
501 if oldPos != self.cursorPos:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected