Package konval :: Module containerval
[hide private]
[frames] | no frames]

Module containerval

source code

Validators that check value size or length.
Classes [hide private]
  ToLength
Convert a sequence to its length.
  CheckLength
Only allow values of a certain sizes.
  IsEmpty
Checks the value is empty (an empty string, list, etc.)
  IsNotEmpty
Checks the value is not empty (a nonblank string, list with items, etc.)
  IsMember
Only allow values of a particular set.
  ToIndex
Convert to the index of the
Variables [hide private]
  __package__ = 'konval'