Python Paste


validators


Functions

f to_python_headers(validator, header_body, state=None) ...

f from_python_headers(validator, data, state=None) ...

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.