Comparing variable types

David Eppstein eppstein at ics.uci.edu
Sun Oct 26 01:25:11 EST 2003


In article <bnfjf4$10gat3$1 at ID-198839.news.uni-berlin.de>,
 "Kill Bill" <bill at kill.com> wrote:

> Where can I find all the methods for Dictionaries?  They list some here, but
> is that all of them?
> http://www.python.org/doc/2.3.2/tut/node7.html#SECTION007140000000000000000
> I think it is, but I don't like how its written.  I want it to be written
> you know by method, constuctors, like in the Java API.  Anyone know what I'm
> talking about?  Its so quick to skim through the API to see which method you
> are looking for.  Not the case here.

Try typing help(dict) to the Python interpreter.

-- 
David Eppstein                      http://www.ics.uci.edu/~eppstein/
Univ. of California, Irvine, School of Information & Computer Science




More information about the Python-list mailing list