:[email protected]]
Sent: Thursday, 15 December, 2011 14:07
To: Rutger Koperdraad; [email protected]
Subject: RE: [Ironpython-users] PythonAst
I'd suggest adding a method in the walker which handles AssignmentStatements
and looks to see if the left-hand side is a NameExpressi
I'd suggest adding a method in the walker which handles AssignmentStatements
and looks to see if the left-hand side is a NameExpression. If it is then you
can add it to a list of excluded variable names which you can remove from
clnVariableNames after the walk is finished.
From: ironpython-use