Home | Trees | Indices | Help |
|
---|
|
object --+ | formencode.declarative.Declarative --+ | formencode.api.Validator --+ | formencode.api.FancyValidator --+ | formencode.compound.CompoundValidator --+ | formencode.foreach.ForEach --+ | MultipleSelection
A default validator for SelectionFields with multiple selection. **Messages** ``badType``: The input must be a string (not a ``%(type)s``: ``%(value)r``) ``empty``: Please enter a value ``noneType``: The input must be a string (not None)
Nested Classes | |
if_missing A dummy value used for parameters with no default. |
|
Inherited from Inherited from |
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Static Methods | |
Inherited from |
Properties | |
Inherited from |
Method Details |
For Declarative subclasses, this decorator will call the method on the cls.singleton() object if called as a class method (or as normal if called as an instance method).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:20:02 2019 | http://epydoc.sourceforge.net |