1
0
forked from VimPlug/jedi

Removed more of the old parser representation code.

This commit is contained in:
Dave Halter
2014-11-23 19:33:18 +01:00
parent 9b54541cae
commit ac41c31015
2 changed files with 4 additions and 168 deletions

View File

@@ -144,7 +144,8 @@ class Evaluator(object):
name = str(stmt.get_defined_names()[0])
parent = er.wrap(self, stmt.get_parent_scope())
left = self.find_types(parent, name, stmt.start_pos)
if isinstance(stmt.parent, pr.ForFlow):
# TODO REMOVE or implement
if False and isinstance(stmt.parent, pr.ForFlow):
# iterate through result and add the values, that's possible
# only in for loops without clutter, because they are
# predictable.