Exemple #1
0
 def validate_native(cls, value):
     return SimpleModel.validate_native(cls, value)
Exemple #2
0
 def validate_native(cls, value):
     return SimpleModel.validate_native(cls, value)
Exemple #3
0
 def validate_native(cls, value):
     return (SimpleModel.validate_native(cls, value)
         and (value is None or (
             re_match_with_span(cls.Attributes, value)
         )))
Exemple #4
0
 def validate_native(cls, value):
     return (SimpleModel.validate_native(cls, value)
         and (value is None or (
             re_match_with_span(cls.Attributes, value)
         )))