Python and Code Completion

Simon Burton simonb at webone.com.au
Mon Aug 11 18:47:01 EDT 2003


On Mon, 11 Aug 2003 19:39:09 +0200, Madiba wrote:

...
> 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?

check out the compiler module. Also, i think pydoc uses it.

Simon.





More information about the Python-list mailing list