mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
commands after the current position are getting ignored now - with failed import tests
This commit is contained in:
@@ -192,6 +192,8 @@ def complete(source, row, column, source_path):
|
||||
# if isinstance(, parsing.Function):
|
||||
# print c.parent
|
||||
else:
|
||||
stmt.line_nr = row
|
||||
stmt.indent = column
|
||||
stmt.parent = scope
|
||||
scopes = evaluate.follow_statement(stmt, scope=scope)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user