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
In this snippet the SourcetrailPythonIndexer records an "unsolved symbol" instead of a local variable for the last usage of name (inside the "len(name)" statement).
Consider the following code snippet:
In this snippet the SourcetrailPythonIndexer records an "unsolved symbol" instead of a local variable for the last usage of
name(inside the "len(name)" statement).