Re: Display all variable/function bindings in Python Shell

2008-03-06 Thread Gabriel Genellina
En Thu, 06 Mar 2008 06:10:22 -0200, Sanjaya Vitharana <[EMAIL PROTECTED]> escribi�: > 1.) Are there any way to display all variable/function bindings in Python > Shell ? dir() dir(some_object) help(some_object) vars(some_object) > 2.) Are the any way to Search "Python-l

Display all variable/function bindings in Python Shell

2008-03-06 Thread Sanjaya Vitharana
Hi All, New to Python. Have some simple questions as a beginner. 1.) Are there any way to display all variable/function bindings in Python Shell ? 2.) Are the any way to Search "Python-list Archives" before sending simple question to the list ? Regards, Sanjaya Vitharan