Python Paste


converter

Applies a FormEncode validator/converter to a descriptor. Supports both a class-level default_validator, and custom validators.

Subclasses (like json_converter) might set default_validator.


Attributes

Methods

f __init__(self, getter=None, validator=None) ...

f __get__(self, obj, type=None) ...

f __set__(self, obj, value) ...

f __delete__(self, obj) ...

See the source for more information.