forked from VimPlug/jedi
Fix: Array additions (append, insert) should not cause an additional py__iter__ entry if there's none.
This commit is contained in:
@@ -44,7 +44,7 @@ left, right = [x for x in (left, right)]
|
||||
left
|
||||
|
||||
# with a dict literal
|
||||
#? str()
|
||||
#? int()
|
||||
[a for a in {1:'x'}][0]
|
||||
|
||||
# list comprehensions should also work in combination with functions
|
||||
|
||||
Reference in New Issue
Block a user