Validation¶
-
class
pyArango.validation.Email(*args, **kwrags)[source]¶ Checks if the field contains an emailaddress
-
class
pyArango.validation.Length(minLen, maxLen)[source]¶ validates that the value length is between given bounds
-
class
pyArango.validation.NotNull(reject_zero=False, reject_empty_string=True)[source]¶ Checks that the Field has a non null value. False is not considered a Null Value