The Empty class is accessible via the formencode.validators module.
Examples:
>>> Empty.to_python(0) Traceback (most recent call last): ... Invalid: You cannot enter a value here
Messages
()
('to_python', 'from_python')
True
False
16
{}
See the source for more information.
Top