daviis / PyDucker

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

MainWalker #12

Closed daviis closed 9 years ago

daviis commented 10 years ago

This will be a walker that holds the segment of the tree that has the main execution portion of the file. It will need access to all of the ClassBeans and FunBeans and GlobalBeans.

This class is what will be executing main scope functions.

daviis commented 9 years ago

This contains most of the vist_* methods as the classdef and fundef walkers both inherit from it. This is where most development will be happening.

daviis commented 9 years ago

Main walker is implemented and only needs to be extended. Closing