Jedi didn't care for decorator 'dotted_name' nodes and therefore descriptor tests failed.

This commit is contained in:
Dave Halter
2014-11-18 15:44:40 +01:00
parent 90ce1ac47f
commit b0109343e4
3 changed files with 13 additions and 4 deletions
-1
View File
@@ -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)