Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
konval.basevalidator.BaseValidator
:
A base class for custom validators.
konval.containerval.CheckLength
:
Only allow values of a certain sizes.
konval.containerval.IsEmpty
:
Checks the value is empty (an empty string, list, etc.)
konval.containerval.IsNotEmpty
:
Checks the value is not empty (a nonblank string, list with items, etc.)
konval.sizeval.IsInRange
:
Only allow values between certain inclusive bounds.
konval.sizeval.IsBetween
:
Only allow values between certain exclusive bounds.
konval.sizeval.IsEqualOrLess
konval.sizeval.IsEqualOrMore
konval.typeval.IsInstance
:
Checks that values are instances of a list of classes or their subclasses.
konval.containerval.IsMember
:
Only allow values of a particular set.
konval.stringval.IsNonblank
:
Only allow non-blank strings (i.e. those with a length more than 0).
konval.stringval.IsRegexMatch
:
Only allow values that match a certain regular expression.
konval.stringval.IsPlainText
:
Check the value only contains alphanumerics, underscores & hyphen.
konval.typeval.IsType
:
Checks that values are instances of a list of classes (not their subclasses).
konval.sizeval.Length
:
Only allow values of a certain sizes.
konval.stringval.Strip
:
Transform strings by stripping flanking space.
konval.vocabval.Synonyms
:
Map values to other values.
konval.typeval.StrToBool
:
Converts common abbreviations for true-false to boolean values.
konval.stringval.ToCanonical
:
Reduce strings to a canonical form.
konval.containerval.ToIndex
:
Convert to the index of the
konval.containerval.ToLength
:
Convert a sequence to its length.
konval.typeval.ToList
:
Convert a value to a string.
konval.stringval.ToLower
:
Transform strings by converting to lower case.
konval.typeval.ToNumber
:
Convert a value to a the best fit numerical representation.
konval.typeval.ToType
:
Convert a value to a given type.
konval.typeval.ToFloat
:
Convert a value to a float.
konval.typeval.ToInt
:
Convert a value to an integer.
konval.typeval.ToStr
:
Convert a value to a string.
konval.stringval.ToUpper
:
Transform strings by converting to upper case.
konval.vocabval.Vocab
:
Ensure values fall within a fixed set.
konval.basevalidator.WrappingValidator
:
Wraps functions and possible error messages in a validator.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Fri Jul 22 15:13:45 2011
http://epydoc.sourceforge.net