xoutil.data - Useful data-structures and data related algorithms

Some useful Data Structures and data-related algorithms and functions.

Deprecated since version 1.4.0: This module is completely deprecated since 1.4.0. Most of its contents are already deprecated.

xoutil.data.adapt_exception(value, **kwargs)[source]

Like PEP-246, Object Adaptation, with adapt(value, Exception, None).

If the value is not an exception is expected to be a tuple/list which contains an Exception type as its first item.