コード例 #1
0
 def _isTextValid(self, text):
     _, error = validateContactNote(text)
     return error is None
コード例 #2
0
 def _isTextValid(self, text):
     _, error = validateContactNote(text)
     return error is None
コード例 #3
0
ファイル: decorators.py プロジェクト: webiumsk/WOT-0.9.12
def _validateNoteText(note):
    return xmpp_string_utils.validateContactNote(note)[1]
コード例 #4
0
def _validateNoteText(note):
    return xmpp_string_utils.validateContactNote(note)[1]