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

Class AddressValidator

src/bitmessageqt/addressvalidator.py:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 return self.validate("", 0)
134
135class AddressValidator(QtGui.QValidator, AddressPassPhraseValidatorMixin):
136 def __init__(self, parent=None, passPhraseObject=None, feedBackObject=None, buttonBox=None, addressMandatory=True):
137 super(AddressValidator, self).__init__(parent)
138 self.setParams(passPhraseObject, parent, feedBackObject, buttonBox, addressMandatory)
139
140
141class PassPhraseValidator(QtGui.QValidator, AddressPassPhraseValidatorMixin):

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected