Esempio n. 1
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     
     if type(DEUtils.escape_dot_string(value)) == str:
         return True
     else:
         return False
Esempio n. 2
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)
Esempio n. 3
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)