forked from VimPlug/jedi
add empty return type test
This commit is contained in:
@@ -33,12 +33,16 @@ def f(a, b):
|
|||||||
:type a:
|
:type a:
|
||||||
:param b: Just something
|
:param b: Just something
|
||||||
:type b: ``
|
:type b: ``
|
||||||
|
:rtype:
|
||||||
"""
|
"""
|
||||||
#?
|
#?
|
||||||
a
|
a
|
||||||
#?
|
#?
|
||||||
b
|
b
|
||||||
|
|
||||||
|
#?
|
||||||
|
f()
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# epydoc style
|
# epydoc style
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user