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 Reference, section 2.3.8 Mapping Types. (Perhaps confusing to a newcomer, but Pythons dicts are, as yet, its only standard mapping types, mapping being the general comp sci concept.)

Best,

Brian vdB
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to