mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 03:55:57 +08:00
started testing the completion of jedi itself
This commit is contained in:
10
test/completion/thirdparty/jedi.py
vendored
Normal file
10
test/completion/thirdparty/jedi.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
import functions
|
||||||
|
|
||||||
|
el = functions.complete()[0]
|
||||||
|
# has problems with that (sometimes) very deep nesting.
|
||||||
|
#? ['description']
|
||||||
|
el.description
|
||||||
|
|
||||||
|
#? str()
|
||||||
|
el.description
|
||||||
Reference in New Issue
Block a user