In the interactive shell (at least on ActiveState python) type "help" &
Enter, then type "parser" & Enter.

This gives help about the parser module. To get doc strings for a class type
the dot separated class name, eg "parser.ParserError".

To find help for something vague type "modules 'VAGUE THING'". Eg. "modules
mail". Of course, while in help mode.

Or use the HTML documentation.

Matthew Sherborne

----- Original Message -----
From: "nimesh nedungadi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 2:46 PM
Subject: beginner's doubt


> hi
>
> In the python documentation, where do i find the list
> of all objects of a class... for eg. if i want to
> find, what are all the objects in parser class, how do
> i go about finding it.
>
> nimesh
>
> =====
> Ability is what you are capable of doing. Motivation determines what you
do. Attitude determines how well you do it.
> -Lou Holtz
>
> Nimesh Nedungadi,
> (O) 3129965335
> (H) 3124928556
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activepython
>

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to