mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
started testing the completion of jedi itself
This commit is contained in:
Vendored
+10
@@ -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