1
0
forked from VimPlug/jedi

don't use function_definition as a name anymore, also not in helper functions

This commit is contained in:
David Halter
2013-08-21 13:38:13 +04:30
parent 80ec8da513
commit 2e8432de21
4 changed files with 11 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ def array_for_pos(stmt, pos, array_types=None):
return None, 0
def search_function_definition(stmt, pos):
def search_call_signatures(stmt, pos):
"""
Returns the function Call that matches the position before.
"""