mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
tests again -> complicated working
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user