forked from VimPlug/jedi
Clean up the function docstring.
This commit is contained in:
@@ -969,10 +969,10 @@ class Function(ClassOrFunc):
|
|||||||
0) <Keyword: def>
|
0) <Keyword: def>
|
||||||
1) <Name>
|
1) <Name>
|
||||||
2) parameter list (including open-paren and close-paren <Operator>s)
|
2) parameter list (including open-paren and close-paren <Operator>s)
|
||||||
3) <Operator: :>
|
3 or 5) <Operator: :>
|
||||||
4) Node() representing function body
|
4 or 6) Node() representing function body
|
||||||
5) ??
|
3) -> (if annotation is also present)
|
||||||
6) annotation (if present)
|
4) annotation (if present)
|
||||||
"""
|
"""
|
||||||
type = 'funcdef'
|
type = 'funcdef'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user