funpack_errors...
- Returns the error as a simple data structure -- lists,
dictionaries, and strings.
CFancyValidator...
- FancyValidator is the (abstract) superclass for various validators
and converters. A subclass can validate, convert, or do both.
There is no formal distinction made here.
fsubvalidators...
- Return any validators that this validator contains. This is
not useful for functional, except to inspect what values are
available. Specifically the .all_messages() method uses
this to accumulate all possible messages.
fall_messages...
- Return a dictionary of all the messages of this validator, and
any subvalidators if present. Keys are message names, values
may be a message or list of messages. This is really just
intended for documentation purposes, to show someone all the
messages that a validator or compound validator (like Schemas)
can produce.
fsubvalidators...
- Return any validators that this validator contains. This is
not useful for functional, except to inspect what values are
available. Specifically the .all_messages() method uses
this to accumulate all possible messages.
fall_messages...
- Return a dictionary of all the messages of this validator, and
any subvalidators if present. Keys are message names, values
may be a message or list of messages. This is really just
intended for documentation purposes, to show someone all the
messages that a validator or compound validator (like Schemas)
can produce.