1
0
forked from VimPlug/jedi

Fix some more things to get async working

This commit is contained in:
Dave Halter
2018-10-21 00:35:07 +02:00
parent 228440c03f
commit b008a525cb
8 changed files with 49 additions and 20 deletions

View File

@@ -508,6 +508,7 @@ class AbstractAnnotatedClass(ClassMixin, ContextWrapper):
return stub_context.get_stub_only_filter(
# Take the first filter, which is here to filter module contents
# and wrap it.
self.parent_context,
[filter_],
search_global=False,
origin_scope=origin_scope,