[Tutor] How to know which module the function belongs to...??

Kent Johnson kent37 at tds.net
Fri Oct 20 00:27:20 CEST 2006


Asrarahmed Kadri wrote:
> 
> I tried to use getchar()... But I dont know which module it belongs 
> (this I came to know when I encountered an error)..!!
>  
> Is there a good documentation by which we can search both ways... Look 
> at modules as well as search for a particular function and locate which 
> module it belongs to...

Try this index:
http://docs.python.org/lib/genindex.html

Kent



More information about the Tutor mailing list