Validator

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

Messages


Attributes

a gettextargs

{}

a use_builtins_gettext

True

a __singletonmethods__

('to_python', 'from_python', 'message', 'all_messages', 'subvalidators')

a declarative_count

1

a __unpackargs__

()

a compound

False

a __mutableattributes__

()

a repeating

False

Methods

f __initargs__(self, new_attrs) ...

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

f __classinit__(cls, new_attrs) ...

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

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

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

See the source for more information.