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