Class: AtMost
Validator to assert that no more than a certain number of values are not None.
Methods
validate (self, subject)
Raise ValidationError if more than the specified maximum number of values in subject are not None. Skip validation if subject is missing one or more key.
Attributes
Value of
None