daviis / PyDucker

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

Namespace created #19

Closed daviis closed 9 years ago

daviis commented 10 years ago

I have created a framework for looking at namespaces. It is held by a walker and is a wrapper around a dictionary. Only the top level works for now, ClassDefWalker and FunDefWalker need the functionality still. #14 #15

daviis commented 9 years ago

Emily, please either merge this or say what is wrong so we can move forward.

Isaac