daviis / PyDucker

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

visit_call #44

Closed daviis closed 9 years ago

daviis commented 9 years ago

Implemented visit_call for generic walker. It can only handle the generic case where all of the params are required.

Fixed NameSpaceBeans.handMakeNameSpace so it actually works.

JakeAlbee commented 9 years ago

I'm not sure what's going on around line 127 but its giving me issues that you can't subscript into classDefBean.

daviis commented 9 years ago

Woopse, yep. It should be fixed now. Also fixed how required params are passed in.

JakeAlbee commented 9 years ago

This seems to be working now. Tested it and looks good.