mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 17:58:35 +08:00
fixed docstring params
This commit is contained in:
@@ -53,6 +53,8 @@ def follow_param(param):
|
|||||||
|
|
||||||
p = parsing.Parser(param_str, None, user_position,
|
p = parsing.Parser(param_str, None, user_position,
|
||||||
no_docstr=True)
|
no_docstr=True)
|
||||||
|
if p.user_stmt is None:
|
||||||
|
return []
|
||||||
return evaluate.follow_statement(p.user_stmt)
|
return evaluate.follow_statement(p.user_stmt)
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user