mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
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]
|
||||
|
||||
|
||||
# sphinx returns
|
||||
def return_module_object():
|
||||
"""
|
||||
:rtype: :class:`threading.Thread`
|
||||
"""
|
||||
|
||||
#? ['join']
|
||||
return_module_object().join
|
||||
|
||||
# -----------------
|
||||
# epydoc style
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user