1
0
forked from VimPlug/jedi

follow_param -> infer_param.

This commit is contained in:
Dave Halter
2017-04-20 18:09:00 +02:00
parent ea1905f121
commit f136745a8a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ def _fix_forward_reference(context, node):
@memoize_default()
def follow_param(context, param):
def infer_param(context, param):
annotation = param.annotation
return _evaluate_for_annotation(context, annotation)