mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
list comprehensions should be completeable.
This commit is contained in:
@@ -128,6 +128,8 @@ for i in range(10):
|
||||
a = ['' for a in [1]]
|
||||
#? str()
|
||||
a[0]
|
||||
#? ['insert']
|
||||
a.insert
|
||||
|
||||
a = [a for a in [1]]
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user