[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Display all variable/function bindings in Python Shell

Gabriel Genellina

3/6/2008 12:10:00 PM

En Thu, 06 Mar 2008 06:10:22 -0200, Sanjaya Vitharana
<mlists.sgv@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.la...

--
Gabriel Genellina