1
0
forked from VimPlug/jedi
Files
jedi-fork/test/completion/thirdparty/jedi.py
2012-07-05 01:03:28 +02:00

19 lines
321 B
Python

from jedi import functions
el = functions.complete()[0]
#? ['description']
el.description
#? str()
el.description
scopes, path, dot, like = \
functions.prepare_goto(source, row, column,
source_path, True)
# has problems with that (sometimes) very deep nesting.
#? str()
el = scopes.