forked from VimPlug/jedi
Fix: iterators are working smoothly now. Finally tests are passing again.
This commit is contained in:
@@ -250,6 +250,7 @@ class NameFinder(object):
|
||||
def _names_to_types(self, names, search_global):
|
||||
types = set()
|
||||
|
||||
debug.warning('start nt %s', names)
|
||||
# Add isinstance and other if/assert knowledge.
|
||||
if isinstance(self.name_str, tree.Name):
|
||||
# Ignore FunctionExecution parents for now.
|
||||
|
||||
Reference in New Issue
Block a user