mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Fix an async funcdef issue, fixes 1092.
This commit is contained in:
@@ -73,3 +73,12 @@ async def wrapper():
|
||||
asgen().__ane
|
||||
#? []
|
||||
asgen().mro
|
||||
|
||||
|
||||
# Normal completion (#1092)
|
||||
normal_var1 = 42
|
||||
|
||||
async def foo():
|
||||
normal_var2 = False
|
||||
#? ['normal_var1', 'normal_var2']
|
||||
normal_var
|
||||
|
||||
Reference in New Issue
Block a user