validators
The validators module is accessible via the ohm module.
Functions
Classes
C JSONConverter(...) ...
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)
This class contains 15 members.
C LineConverter(...) ...
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)
This class contains 16 members.
C XMLRPCConverter(...) ...
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)
This class contains 16 members.
C ToFrom(...) ...
Applies one validator when going to_python, another when going from_python (for non-symmetrical conversion).
Messages
This class contains 16 members.
C SimplePostConverter(...) ...
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)
This class contains 18 members.
C FormPostConverter(...) ...
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)
This class contains 17 members.
C SimplePostIdentity(...) ...
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)
This class contains 17 members.
See the source for more information.