forked from VimPlug/jedi
When inferring comparison operators, return a definite type instead of NO_VALUES for the in/not in operator
This commit is contained in:
@@ -424,3 +424,10 @@ with open("a"), open("b") as bfile:
|
||||
some_array = ['', '']
|
||||
#! ['def upper']
|
||||
some_array[some_not_defined_index].upper
|
||||
|
||||
# -----------------
|
||||
# operator
|
||||
# -----------------
|
||||
|
||||
#? bool()
|
||||
res = 'f' in 'foo'; res
|
||||
|
||||
Reference in New Issue
Block a user