forked from VimPlug/jedi
basic exctract refactoring (not working yet)
This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ class Script(object):
|
||||
return None, 0
|
||||
ass = helpers.fast_parent_copy(user_stmt.get_assignment_calls())
|
||||
|
||||
call, index, stop = helpers.scan_array_for_pos(ass, self.pos)
|
||||
call, index, stop = helpers.scan_array_for_pos(ass, self.pos, True)
|
||||
return call, index
|
||||
|
||||
def check_cache():
|
||||
|
||||
Reference in New Issue
Block a user