Clarify something about contexts

This commit is contained in:
Dave Halter
2018-10-24 00:45:06 +02:00
parent da3ffd8bd0
commit 7856d27724
2 changed files with 7 additions and 2 deletions

View File

@@ -288,5 +288,6 @@ class Completion:
next(filters)
for filter in filters:
for name in filter.values():
# TODO we should probably check here for properties
if (name.api_type == 'function') == is_function:
yield name