1
0
forked from VimPlug/jedi
Files
jedi-fork/jedi
Peter Law c62cbd6654 Explicitly handle a not in b operator comparison
This avoids a `KeyError` from operator_to_magic_method lookup for
this case. Jedi probably could check for `__contains__` here, however
as it doesn't do so for `in` checks I'm following that lead for now.

Fixes https://github.com/davidhalter/jedi/issues/1594.
2020-05-23 12:49:53 +01:00
..
2020-05-18 22:19:20 +01:00
2020-04-22 23:14:58 +02:00
2020-04-18 12:19:17 +02:00
2020-05-16 00:46:46 +02:00