Re: {Spam?} Re: naive doc question

2005-01-30 Thread Skip Montanaro
>> I wanted a list of all the methods of dict for example... where can i >> find it? Terry> Lib Ref 2.3.8 Mapping Types. Do browse chapter 2 so you know Terry> what is there. I think the best doc page to bookmark is the global module index: http://docs.python.org/lib/modind

Re: naive doc question

2005-01-30 Thread Philippe C. Martin
Gabriel B. wrote: > Is it just me that can't find a full reference in the docs? > > I wanted a list of all the methods of dict for example... where can i > find it? > > Thanks, and sorry if this question is just dumb, i really can't find > it Also if you are using mozilla or firefox, I sugges

Re: naive doc question

2005-01-30 Thread Duncan Booth
Gabriel B. wrote: > Is it just me that can't find a full reference in the docs? > > I wanted a list of all the methods of dict for example... where can i > find it? > > Thanks, and sorry if this question is just dumb, i really can't find > it If you want to find out about all the methods of d

{Spam?} Re: naive doc question

2005-01-29 Thread Terry Reedy
"Gabriel B." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I wanted a list of all the methods of dict for example... where can i > find it? Lib Ref 2.3.8 Mapping Types. Do browse chapter 2 so you know what is there. Terry J. Reedy -- http://mail.python.org/mailman/listinfo/

Re: naive doc question

2005-01-29 Thread Michael Tobis
I wouldn't call the responses here helpful; they seem overspecific. I had a similar problem which led to the follwing code. After I came up with this I saw a very similar utility was derived in Dive into Python. see http://diveintopython.org/power_of_introspection/index.html#apihelper.divein Any

Re: naive doc question

2005-01-29 Thread Dan Perl
"Michael Hartl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i.e., http://docs.python.org/lib/typesmapping.html > If you look on the index page of the Python Library Reference (http://docs.python.org/lib/genindex.html), you will find "dictionary object", which will take you ex

Re: naive doc question

2005-01-29 Thread Michael Hartl
i.e., http://docs.python.org/lib/typesmapping.html -- http://mail.python.org/mailman/listinfo/python-list

Re: naive doc question

2005-01-29 Thread Brian van den Broek
Gabriel B. said unto the world upon 2005-01-29 19:38: Is it just me that can't find a full reference in the docs? I wanted a list of all the methods of dict for example... where can i find it? Thanks, and sorry if this question is just dumb, i really can't find it It's just you ;-) Try the Library