Add tests for epydoc formated dosctring

This commit is contained in:
Yakov Borevich
2012-12-27 14:41:29 +04:00
parent 46a3ecc7d8
commit a7f7d8ff9f

View File

@@ -19,3 +19,13 @@ def g(a, b):
a
#?
b
def e(a, b):
""" asdfasdf
@type a: str
@param a: blablabla
"""
#? str()
a
#?
b