1
0
forked from VimPlug/jedi

find_return_types -> infer_return_types.

This commit is contained in:
Dave Halter
2017-04-20 09:56:16 +02:00
parent ac8ed62a77
commit fbde21166b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ def py__annotations__(funcdef):
@memoize_default()
def find_return_types(context, func):
def infer_return_types(context, func):
annotation = py__annotations__(func).get("return", None)
return _evaluate_for_annotation(context, annotation)