| Home | Trees | Indices | Help |
|
|---|
|
|
validator --+
|
range_validator
|
|||
|
__init__(self,
lo,
hi,
include_bounds=False) The formula goes: |
||
| check(self, dbobj, dbproperty, value) | ||
|
|||
lo < value < hiif include_bounds is False (the default) or: lo <= value <= hiotherwise. If above formula is not valid, a RangeValidatorError will be raised by check() |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Wed Feb 20 18:17:32 2008 | http://epydoc.sourceforge.net |