daviis / PyDucker

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

Handmake scope #54

Open daviis opened 9 years ago

daviis commented 9 years ago

When I was doing the visit_ExceptHandler I found out we need to fill up the scope with things. These things include Exceptions and builtin functions like print.

daviis commented 9 years ago

As of #63 the code is in NameSpaceBeans.py so that scope can be filled before walking starts.