You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importjedicode="""async def foo(): return None"""script=jedi.Script(code)
context=script.get_context(3, 5)
print(context.type) # `module` when it should be `function`
Jedi v0.19.2
Python v3.11
The text was updated successfully, but these errors were encountered:
Code for reproduction:
Jedi v0.19.2
Python v3.11
The text was updated successfully, but these errors were encountered: