Latest Version: 0.9.6.2

Validator

The base class of most validators. See IValidator for more, and FancyValidator for the more common (and more featureful) class.

Messages


Attributes

a __singletonmethods__

('to_python', 'from_python')

a compound

False

a repeating

False

Methods

f __call__(self, *args, **kw) ...

f __classinit__(cls, new_attrs) ...

f __classsourcerepr__(cls, source, binding=None) ...

f __init__(self, *args, **kw) ...

f __initargs__(self, new_attrs) ...

f __sourcerepr__(self, source, binding=None) ...

See the source for more information.

Top