Index of the compound module
-
m
formencode.compound
...
- Validators for applying validations in sequence.
-
C
All
...
- This class is like an 'and' operator for validators. All
validators must work, and the results are passed in turn through
all validators for conversion.
- a gettextargs ...
- a validators ...
- a strip ...
- a use_builtins_gettext ...
- a __singletonmethods__ ...
- a declarative_count ...
- a __unpackargs__ ...
- a if_missing ...
- a not_empty ...
- a __mutableattributes__ ...
- f subvalidators ...
- f __init__ ...
- f __classinit__ ...
- f with_validator ... - Adds the validator (or list of validators) to a copy of this validator.
- f if_missing__get ...
- f join ... - Joins several validators together as a single validator, filtering out None and trying to keep All validators from being nested (which isn't needed).
- f attempt_convert ...
- f not_empty__get ...
-
C
Any
...
- This class is like an 'or' operator for validators. The first
validator/converter that validates the value will be used. (You
can pass in lists of validators, which will be ANDed)
- a validators ...
- a declarative_count ...
- a not_empty ...
- f subvalidators ...
- f __init__ ...
- f attempt_convert ...
- f not_empty__get ...
-
C
All
...
- This class is like an 'and' operator for validators. All
validators must work, and the results are passed in turn through
all validators for conversion.