forked from VimPlug/jedi
Jedi didn't care for decorator 'dotted_name' nodes and therefore descriptor tests failed.
This commit is contained in:
@@ -293,7 +293,6 @@ class NameFinder(object):
|
||||
|
||||
for name in names:
|
||||
typ = name.get_definition()
|
||||
print(name, typ)
|
||||
if typ.isinstance(pr.ForStmt):
|
||||
for_types = self._evaluator.eval_element(typ.children[-3])
|
||||
for_types = iterable.get_iterator_types(for_types)
|
||||
|
||||
Reference in New Issue
Block a user