Ejemplo 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
Ejemplo n.º 2
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)
Ejemplo n.º 3
0
 def ValidateValue(self, value, validationInfo):
     """ Let's limit the value NOT inclue double-quote.
     """
     return True, DEUtils.escape_dot_string(value)