daviis / PyDucker

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

Imported Classes #13

Open daviis opened 10 years ago

daviis commented 10 years ago

We will need to be making ClassBeans from classes and FunBeans from functions that are imported from other python sources.

JakeAlbee commented 9 years ago

I looked into this a bit and I'm not sure how it will be handled. Hopefully it doesn't require us to find that file and parse it ourselves but I'm not sure if I see any way around that.

daviis commented 9 years ago

Setting to wont fix until we have time