1
0
forked from VimPlug/jedi

new jedi test, which is working pretty good

This commit is contained in:
David Halter
2012-08-27 11:55:04 +02:00
parent 33e5850105
commit 19b03ccbe9
2 changed files with 8 additions and 1 deletions

View File

@@ -33,5 +33,10 @@ el = list(evaluate.get_names_for_scope())[0][1]
# TODO here should stand evaluate.Instance() and so on.
# need to understand list comprehensions
#?
##?
el = list(evaluate.get_names_for_scope())[0][1][0]
#? list()
parsing.Scope((0,0)).get_set_vars()
#?
parsing.Scope((0,0)).get_set_vars()[0]