class browser

Padraig at Linux.ie Padraig at Linux.ie
Thu Mar 13 12:22:20 EST 2003


Hoang wrote:
> Is there a Python project class browser tool like in Visual Studio?  The
> behavior that is most useful is this:
> 
> - All the top-level classes are listed in the treeview pane.
> - Drilling down gives you the methods and attributes.
> - Clicking on them brings you to the source code of the method or attribute.
> 
> These are just the behaviors of Visual Studio but it is very useful.  I
> thought that ActiveState's VisualPython plug-in would give that
> functionality but it was missing that.  It only lets you browse files in the
> project, which is of limitted use.

I've never used it but I understand this uses introspection
to give a hierarchical view of a project:
http://www.die-offenbachs.de/detlev/eric3.html

Pádraig.





More information about the Python-list mailing list