Files
deb-python-taskflow/taskflow
Joshua Harlow 14de80d4b1 Make currently implemented jobs use @functools.total_ordering
This allows jobs to be fully be comparable using the total
ordering function to provide the complexity around the various
functions needed to achieve/perform comparisons.

Also fixes up the various job __eq__ and __lt__ methods to
correctly return 'NotImplemented' on unknown types and adds
a __hash__ to the redis job (so that it can be used in hashable
collections, just like the zookeeper job class).

Change-Id: I8820d5cc6b2e7f346ac329f011f41b76fa94b777
2015-07-08 18:52:38 -07:00
..
2014-02-22 17:16:29 +08:00
2015-02-17 14:18:57 -08:00
2015-06-12 09:05:41 -07:00