tests again -> complicated working

This commit is contained in:
David Halter
2012-05-07 23:31:33 +02:00
parent bf3ec37b40
commit ff9ef84a84
3 changed files with 12 additions and 6 deletions

View File

@@ -205,7 +205,6 @@ def complete(source, row, column, source_path):
for s in scopes:
# TODO is this reall the right way? just ignore the functions? \
# do the magic functions first? and then recheck here?
print 'scope, '
if not isinstance(s, parsing.Function):
completions += s.get_defined_names()