1
0
forked from VimPlug/jedi

Fix: elifs where not considered for isinstance type inference.

This commit is contained in:
Dave Halter
2015-11-25 22:14:23 +01:00
parent 9dbfb90c20
commit a99368c421
3 changed files with 7 additions and 3 deletions

View File

@@ -61,6 +61,9 @@ def isinstance_func(arr):
# Shouldn't fail, even with the dot.
#? 17 dict()
value.
elif isinstance(value, int):
#? int()
value
# -----------------
# Names with multiple indices.