Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
qanda.validators.BaseValidator
:
A base class for custom validators.
qanda.validators.Clean
:
Normalize values by stripping flanking space and converting to lower case.
qanda.validators.Length
:
Only allow values of a certain sizes.
qanda.validators.Nonblank
:
Only allow non-blank strings (i.e. those with a length more than 0).
qanda.validators.Range
:
Only allow values between certain inclusive bounds.
qanda.validators.Regex
:
Only allow values that match a certain regular expression.
qanda.validators.Synonyms
:
Map values to other values.
qanda.validators.ToFloat
:
Convert a value to a float.
qanda.validators.ToInt
:
Convert a value to an integer.
qanda.validators.Vocab
:
Ensure values fall within a fixed set.
qanda.session.Session
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Mon Jul 18 15:05:19 2011
http://epydoc.sourceforge.net