Index of the schema module
-
m
formencode.schema
...
-
C
Schema
...
- A schema validates a dictionary of values, applying different
validators (be key) to the different values. If
allow_extra_fields=True, keys without validators will be allowed;
otherwise they will raise Invalid. If filter_extra_fields is
set to true, then extra fields are not passed back in the results.
- a pre_validators ...
- a gettextargs ...
- a ignore_key_missing ...
- a use_builtins_gettext ...
- a __singletonmethods__ ...
- a declarative_count ...
- a __unpackargs__ ...
- a add_field ...
- a add_chained_validator ...
- a add_pre_validator ...
- a fields ...
- a __mutableattributes__ ...
- a chained_validators ...
- a order ...
- f empty_value ...
- f __classinit__ ...
- f assert_dict ... - Helper to assure we have proper input
- f __initargs__ ...
- f is_empty ...
- f subvalidators ...
-
C
Schema
...
- A schema validates a dictionary of values, applying different
validators (be key) to the different values. If
allow_extra_fields=True, keys without validators will be allowed;
otherwise they will raise Invalid. If filter_extra_fields is
set to true, then extra fields are not passed back in the results.