forked from VimPlug/jedi
can now refactor statements ahead of '=', fixes #20
This commit is contained in:
@@ -1373,9 +1373,9 @@ def follow_call_list(call_list):
|
||||
# comprehensions
|
||||
result += follow_statement(stmt)
|
||||
else:
|
||||
# With things like params, these can also be functions...
|
||||
if isinstance(call, (Function, Class, Instance,
|
||||
dynamic.ArrayInstance)):
|
||||
# With things like params, these can also be functions...
|
||||
result.append(call)
|
||||
# The string tokens are just operations (+, -, etc.)
|
||||
elif not isinstance(call, str):
|
||||
|
||||
Reference in New Issue
Block a user