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`