mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
removed scopes in follow_statement and so on
This commit is contained in:
@@ -200,7 +200,7 @@ def prepare_goto(source, row, column, source_path, is_like_search):
|
||||
stmt.line_nr = row + 1
|
||||
stmt.indent = column
|
||||
stmt.parent = scope
|
||||
scopes = evaluate.follow_statement(stmt, scope=scope)
|
||||
scopes = evaluate.follow_statement(stmt)
|
||||
|
||||
if is_like_search:
|
||||
return scopes, path, dot, like
|
||||
|
||||
Reference in New Issue
Block a user