Home | Trees | Indices | Help |
---|
|
object --+ | BaseValidator
A base class for custom validators.
Ideally, this should make validator subclasses simple to construct. Derived valuidators will often only have to override one method (of __call__, convert and validate) and perhaps supply a c'tor.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Converts and validates user input. Should throw an error if any problems. Override in subclass if required.
|
Is this value correct or of the correct form? Should throw an exception if validations fails. Override in subclass if required.
|
Transform this value to the desired form. Can throw if conversion fails. Override in subclass if required.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jul 18 15:05:19 2011 | http://epydoc.sourceforge.net |