1
0
forked from VimPlug/jedi

Remove quite a bit of the old parser representation logic.

This commit is contained in:
Dave Halter
2014-11-23 19:26:30 +01:00
parent 0f21d38e2c
commit 9b54541cae
4 changed files with 9 additions and 236 deletions

View File

@@ -136,7 +136,6 @@ class Evaluator(object):
if seek_name:
types = finder.check_tuple_assignments(types, seek_name)
ass_details = stmt.assignment_details
first_operation = stmt.first_operation()
if first_operation not in ('=', None) and not isinstance(stmt, er.InstanceElement): # TODO don't check for this.
# `=` is always the last character in aug assignments -> -1