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
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
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).