Python and Code Completion

Miki Tebeka tebeka at cs.bgu.ac.il
Tue Aug 12 02:29:49 EDT 2003


Hello Madiba,

> Can anybody please give me some pointers on how to get the available
> properties/documentation to a class etc without actually excecuting the
> code. Do i have to write my own semi-parser?
> I know help('class') displays doc and methods and automatically imports
> class, so is there maybe something similar to use?
> 
> any ideas?

Have a look at introspect.py that comes with wxPython. PyCrust uses it.
HTH.

Miki




More information about the Python-list mailing list