Re: [Pydev-code] Analyse python class

2015-11-08 Thread Marek Jagielski
Thanks Fabio, It works excellent! I will let you know when I will be releasing a new version with python support. Thank you for your great work you are doing with PyDev. Marek 2015-11-08 10:19 GMT+01:00 Fabio Zadrozny : > Hi Marek, > > Yes, there's code to do that... The idea is that you get the

Re: [Pydev-code] Analyse python class

2015-11-08 Thread Fabio Zadrozny
Hi Marek, Yes, there's code to do that... The idea is that you get the AST for a module and then work in the AST (usually through a visitor) to get the information you want (the AdditionalInfoAndIInfo isn't the actual API you want for that... what it gives is a global view of module names and toke