mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
test for #414 which doesn't seem to be failing anymore.
This commit is contained in:
@@ -83,6 +83,14 @@ def list_with_non_imports(lst):
|
||||
lst[1][10]
|
||||
|
||||
|
||||
def two_dots(a):
|
||||
"""
|
||||
:type a: json.decoder.JSONDecoder
|
||||
"""
|
||||
#? ['raw_decode']
|
||||
a.raw_decode
|
||||
|
||||
|
||||
# sphinx returns
|
||||
def return_module_object():
|
||||
"""
|
||||
@@ -92,6 +100,7 @@ def return_module_object():
|
||||
#? ['join']
|
||||
return_module_object().join
|
||||
|
||||
|
||||
# -----------------
|
||||
# epydoc style
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user