forked from VimPlug/jedi
11 lines
163 B
Python
11 lines
163 B
Python
|
|
import functions
|
|
|
|
el = functions.complete()[0]
|
|
# has problems with that (sometimes) very deep nesting.
|
|
#? ['description']
|
|
el.description
|
|
|
|
#? str()
|
|
el.description
|