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