daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

FunDefWalker not allowing for internal function creation #71

Closed daviis closed 9 years ago

daviis commented 9 years ago

It was overwriting visit_FunctionDefinition instead of doing that work in the init of FunDefWalker. Fixed on branch scopeLevels.