mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 17:01:24 +08:00
Clarify something about contexts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user