follow_call -> eval_call

This commit is contained in:
Dave Halter
2013-12-27 12:02:49 +01:00
parent eb30c3e6cf
commit 76eec7bfc5
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ def _check_isinstance_type(evaluator, stmt, search_name):
return []
result = []
for c in evaluator.follow_call(classes[0]):
for c in evaluator.eval_call(classes[0]):
if isinstance(c, er.Array):
result += c.get_index_types()
else: