daviis / PyDucker

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

Jake dev #65

Closed JakeAlbee closed 9 years ago

JakeAlbee commented 9 years ago

I changed around some test files to isolate some functions and work better with others.

I added a delitem to the ScopeLevelBean to facilitate deleting full variables from the ScopeLevelBean.

Started to look at the bytes call but we may have a bug there that needs to be looked at.

daviis commented 9 years ago

Walker.visit_Bytes just prints out a string. What is it supposed to do?

JakeAlbee commented 9 years ago

I'm still working on that section, I thought I had removed it prior to making a pull request and I thought I put the working stuff in a new branch to request

JakeAlbee commented 9 years ago

So nothing as of now

JakeAlbee commented 9 years ago

Fixed it up so it was calling implicitly instead of explicitly.

These are basically handled as lists so in the future we might need to make the scope for it like we are for lists, example being the contains method etc.