Display all variable/function bindings in Python Shell

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Mar 6 07:10:23 EST 2008


En Thu, 06 Mar 2008 06:10:22 -0200, Sanjaya Vitharana  
<mlists.sgv at gmail.com> 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-list Archives" before sending  
> simple
> question to the list ?

Use the Google interfase to this newsgroup:  
http://groups.google.com/group/comp.lang.python/

-- 
Gabriel Genellina




More information about the Python-list mailing list