1
0
forked from VimPlug/jedi

add empty return type test

This commit is contained in:
David Halter
2013-07-23 15:30:37 +02:00
parent 434de60350
commit 9c53de5034

View File

@@ -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
# ----------------- # -----------------