forked from VimPlug/jedi
Fix issues with the right count of parsers used.
This commit is contained in:
@@ -511,6 +511,7 @@ class Scope(Simple, DocstringMixin):
|
||||
def imports(self):
|
||||
return self._search_in_scope(Import)
|
||||
|
||||
@Python3Method
|
||||
def _search_in_scope(self, typ):
|
||||
def scan(children):
|
||||
elements = []
|
||||
|
||||
Reference in New Issue
Block a user