1
0
forked from VimPlug/jedi

default of no arguments at an execution changed to a parsing.Array

This commit is contained in:
David Halter
2012-07-05 18:22:56 +02:00
parent e88c11605b
commit 28ad77406f
5 changed files with 18 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
from jedi import functions
from jedi import functions, evaluate
el = functions.complete()[0]
#? ['description']
@@ -14,5 +14,8 @@ scopes, path, dot, like = \
source_path, True)
# has problems with that (sometimes) very deep nesting.
#? str()
#? set()
el = scopes.
##? str() <--- recursion
el = evaluate.get_names_for_scope()[0].