1
0
forked from VimPlug/jedi

new scope function: get_simple_for_line

This commit is contained in:
David Halter
2012-03-07 12:32:58 +01:00
parent 3be36968ce
commit 3fb2d50e93
4 changed files with 45 additions and 18 deletions

View File

@@ -13,5 +13,11 @@ def complete(source, row, colum, file_callback=None):
:return: list
:rtype: list
"""
row = 38
p = parsing.PyFuzzyParser(source, row)
return []
print
print
print p.user_scope
print p.user_scope.get_simple_for_line(row)
return p.user_scope.get_set_vars()