1
0
forked from VimPlug/jedi

reenable check_user_statement in parser, that did the whole user names calculation

This commit is contained in:
Dave Halter
2014-01-17 02:48:00 +01:00
parent b30a186f8f
commit 19b0e1d5b6
3 changed files with 16 additions and 3 deletions

View File

@@ -119,4 +119,4 @@ def find_return_types(evaluator, func):
if p.user_stmt() is None:
return []
p.user_stmt().parent = func
return list(evaluator.eval_statement(p.user_stmt))
return list(evaluator.eval_statement(p.user_stmt()))