Python class browser

Boudewijn Rempt boud at rempt.xs4all.nl
Sat Jun 17 17:23:42 EDT 2000


Ken Seehof <kens at sightreader.com> wrote:
> This is a multi-part message in MIME format.
> --------------971B39BFB91105C31B954C06
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit

> Brian wrote:

>> Anyone know of a class browser for Python?  Preferrably written using
>> wxPython?
>> Thanks!

> There's a good one that's part of PythonWin.  I haven't looked at the
> code though.  PythonWin and wxPython are very similar, so it shouldn't be
> too difficult to port.

> Let me know if you find a solution.  I'm gonna need it too in a couple
> months.

Python comes with pyclbr.py, which makes it really easy to write
a class browser. I ported the IDLE class browser to PyKDE in about
three hours; I then ported the PyKDE browser to Qt 2.x in half an
hour. Both can be had from my website.

Boudewijn Rempt  | http://www.valdyas.org




More information about the Python-list mailing list