forked from VimPlug/jedi
don't use function_definition as a name anymore, also not in helper functions
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user