mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix some more things to get async working
This commit is contained in:
@@ -143,12 +143,12 @@ a3[0]
|
||||
a = [for a in
|
||||
def break(): pass
|
||||
|
||||
#?
|
||||
#? str()
|
||||
a[0]
|
||||
|
||||
a = [a for a in [1,2]
|
||||
def break(): pass
|
||||
#?
|
||||
#? str()
|
||||
a[0]
|
||||
|
||||
#? []
|
||||
|
||||
Reference in New Issue
Block a user