Re: [Ironpython-users] PythonAst

2011-12-19 Thread Rutger Koperdraad
:[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

Re: [Ironpython-users] PythonAst

2011-12-15 Thread Dino Viehland
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