>> 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
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
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
"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/
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
"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
i.e., http://docs.python.org/lib/typesmapping.html
--
http://mail.python.org/mailman/listinfo/python-list
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