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

Class PassPhraseValidator

src/bitmessageqt/addressvalidator.py:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141class PassPhraseValidator(QtGui.QValidator, AddressPassPhraseValidatorMixin):
142 def __init__(self, parent=None, addressObject=None, feedBackObject=None, buttonBox=None, addressMandatory=False):
143 super(PassPhraseValidator, self).__init__(parent)
144 self.setParams(parent, addressObject, feedBackObject, buttonBox, addressMandatory)

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected