blob: bada6837dc0d67c9ed35316fbcab35a5e50ab166 (
plain)
1
2
3
4
5
6
7
8
|
The zope.minmax.AbstractValue class provides a super class which can be
subclassed to store arbitrary homogeneous values in a persistent storage
and apply different conflict resolution policies.
The subclasses defined here are resolving the conflicts using always
either the maximum or the minimum of the conflicting values.
WWW: https://pypi.python.org/pypi/zope.minmax/
|