forked from VimPlug/jedi
test: docstring sphinx type returns don't work like the docstring param stuff
This commit is contained in:
@@ -77,6 +77,15 @@ def list_with_non_imports(lst):
|
|||||||
lst[1][10]
|
lst[1][10]
|
||||||
|
|
||||||
|
|
||||||
|
# sphinx returns
|
||||||
|
def return_module_object():
|
||||||
|
"""
|
||||||
|
:rtype: :class:`threading.Thread`
|
||||||
|
"""
|
||||||
|
|
||||||
|
#? ['join']
|
||||||
|
return_module_object().join
|
||||||
|
|
||||||
# -----------------
|
# -----------------
|
||||||
# epydoc style
|
# epydoc style
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user