Cosimo Lupo 1aef1683df [otConverters] must also implement _LazyList.__radd__
We can't set, e.g. `__radd__ = NotImplemented` as it's not a callable.
NotImplemented is what is returned from a rich comparison method
when self doesn't know how to compare with the other object.

_LazyList object may also occur on the right hand side of a `+`
operator, when the left operand is a list. Also in this case we
want to first unpack the _LazyList and return a new list containing
elements from both.
2017-08-18 15:53:56 +01:00
..
2017-04-14 14:30:51 -07:00
2017-01-10 17:57:04 +01:00
2015-04-26 02:01:01 -04:00
2017-05-02 00:51:44 +08:00
2015-04-26 02:01:01 -04:00
2017-01-10 17:57:04 +01:00
2017-08-16 11:47:27 -07:00
2016-04-21 21:32:30 -07:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2017-04-10 01:10:45 +02:00
2015-04-26 02:01:01 -04:00
2015-04-26 02:01:01 -04:00
2016-12-18 21:55:45 -06:00
2017-08-14 21:34:15 +02:00
2015-04-26 02:01:01 -04:00
2016-12-02 13:37:42 -08:00
2016-04-20 17:08:45 -07:00
2017-03-07 00:21:40 -08:00
2015-04-26 02:01:01 -04:00