1
0
forked from VimPlug/jedi

basic exctract refactoring (not working yet)

This commit is contained in:
David Halter
2013-01-05 14:22:24 +01:00
parent 5c8d65c57c
commit f3e71a220f
3 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -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():