mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 09:48:36 +08:00
follow_param -> infer_param.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user