Re: [Pydev-users] How to check the caller funtions for a specified python function in pydev

2014-01-12 Thread Fabio Zadrozny
On Sun, Jan 12, 2014 at 3:08 AM, Qian Zhang wrote: > Hi, > > I have installed the latest pydev in eclipse, it works well. But it seems > lack of a feature "Open Call Hierarchy". For Java code, with this feature, > I can easily see the caller functions for a specified Java function, but > how can

[Pydev-users] How to check the caller funtions for a specified python function in pydev

2014-01-11 Thread Qian Zhang
Hi, I have installed the latest pydev in eclipse, it works well. But it seems lack of a feature "Open Call Hierarchy". For Java code, with this feature, I can easily see the caller functions for a specified Java function, but how can I do the same thing for a python function? Thanks, Qian --