[Tutor] ?????

Christian Witts cwitts at compuscan.co.za
Mon May 25 14:59:46 CEST 2009


prasad rao wrote:
>
>
>     >Any particular reason why you need to be able to do this, just
>     wondering about the use case for >such automation ?
>
>     -- 
>     Kind Regards,
>     Christian Witts
>
>
> Thank you Christian for the prompt repply.
> I am learning python.
> I am just examining what are all the available
> items in each module .
> I tried to use getatter but somehow I could not
> succeed.
>  
> Thank you
>  
> Prasad
>  
If you're running in a console you can use help(sys) for example to get 
a list of everything in the sys module, or as Albert pointed out take a 
look at docs.python.org for a nice listing.

-- 
Kind Regards,
Christian Witts




More information about the Tutor mailing list