1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-23 04:11:54 +01:00
Files
devlib/devlib/utils
Sergei Trofimov f1c945bb5e utils/types: implement __ne__ for caseless_string
This should have been handled by the @total_ordering decorator, but
isn't due to

	https://bugs.python.org/issue25732

(briefly, total_ordering is back-ported from Python 3, where the base
object provides the default implementation of __ne__ based on __eq__, so
total_ordering did not override it; this, however does not happen in
Python 2).
2018-06-14 15:04:35 +01:00
..
2015-10-09 09:30:04 +01:00
2018-06-07 14:45:43 +01:00
2018-06-07 14:45:43 +01:00
2018-06-07 14:45:43 +01:00
2018-06-07 14:45:43 +01:00
2018-06-14 11:35:56 +01:00
2015-10-09 09:30:04 +01:00
2018-06-07 14:45:43 +01:00