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
fromjediimportScriptcode="""def foo(): def bar(): ... # Comment in foo"""script=Script(code)
context=script.get_context(6, 6)
print(context.name) # `bar` when it should be `foo`
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: