1
0
forked from VimPlug/jedi

debugging stuff

This commit is contained in:
David Halter
2012-07-05 01:03:28 +02:00
parent 70530c0767
commit 70b3895e42
5 changed files with 39 additions and 5 deletions

View File

@@ -1,10 +1,18 @@
import functions
from jedi import functions
el = functions.complete()[0]
# has problems with that (sometimes) very deep nesting.
#? ['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.