*args / **kwargs remodelled

This commit is contained in:
David Halter
2012-05-07 22:41:41 +02:00
parent 40e59c0476
commit 57128bf17f
6 changed files with 131 additions and 72 deletions

View File

@@ -205,6 +205,7 @@ 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()