| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
formencode.declarative.Declarative --+
|
formencode.api.Validator --+
|
formencode.api.FancyValidator --+
|
formencode.schema.Schema --+
|
turbogears.validators.Schema --+
|
PasteFormSchema
**Messages** ``badDictType``: The input must be dict-like (not a ``%(type)s``: ``%(value)r``) ``badType``: The input must be a string (not a ``%(type)s``: ``%(value)r``) ``empty``: Please enter a value ``missingValue``: Missing value ``noneType``: The input must be a string (not None) ``notExpected``: The input field ``%(name)s`` was not expected.
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
title = validators.UnicodeString(max= 100, strip= True)
|
|||
code = validators.UnicodeString(max= 10000, strip= True, not_e
|
|||
format = ValidFormat(if_invalid= None)
|
|||
chained_validators =
|
|||
__slotnames__ =
|
|||
declarative_count = 123
|
|||
fields =
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
code
|
chained_validators
|
fields
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Nov 18 21:35:02 2008 | http://epydoc.sourceforge.net |