mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Add tests for epydoc formated dosctring
This commit is contained in:
@@ -19,3 +19,13 @@ def g(a, b):
|
|||||||
a
|
a
|
||||||
#?
|
#?
|
||||||
b
|
b
|
||||||
|
|
||||||
|
def e(a, b):
|
||||||
|
""" asdfasdf
|
||||||
|
@type a: str
|
||||||
|
@param a: blablabla
|
||||||
|
"""
|
||||||
|
#? str()
|
||||||
|
a
|
||||||
|
#?
|
||||||
|
b
|
||||||
|
|||||||
Reference in New Issue
Block a user