mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
bug fixing
This commit is contained in:
@@ -188,6 +188,7 @@ def complete(source, row, column, source_path):
|
||||
except IndexError:
|
||||
completions = evaluate.get_names_for_scope(scope)
|
||||
else:
|
||||
stmt.parent = scope
|
||||
scopes = evaluate.follow_statement(stmt, scope)
|
||||
|
||||
completions = []
|
||||
|
||||
Reference in New Issue
Block a user