1
0
forked from VimPlug/jedi

used_names -> get_used_names().

This commit is contained in:
Dave Halter
2017-04-12 08:56:11 +02:00
parent b0ac07228b
commit a0b65b52c6
13 changed files with 13 additions and 16 deletions

View File

@@ -137,7 +137,7 @@ def _search_function_executions(evaluator, module_context, funcdef):
def _get_possible_nodes(module_context, func_string_name):
try:
names = module_context.tree_node.used_names[func_string_name]
names = module_context.tree_node.get_used_names()[func_string_name]
except KeyError:
return