daviis / PyDucker

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

Create FunDefWalker #7

Closed daviis closed 9 years ago

daviis commented 10 years ago

This should check that

+check typing for params and such +will need globals passed in

This will need scope to be done beforehand, maybe in GenericWalker.

Ref meeting notes 10-14 for more info

daviis commented 10 years ago

Link to #6

daviis commented 9 years ago

Done in commit 37035c4. All major type checking will be done in the InitialWalker classes that it inherits from. So development will be done there.