Comparing variable types

Cameron Laird claird at lairds.com
Sun Oct 26 09:55:03 EST 2003


In article <eppstein-D9C542.23251125102003 at news.service.uci.edu>,
David Eppstein  <eppstein at ics.uci.edu> wrote:
>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.
			.
			.
			.
Also
  dir(dict)
-- 

Cameron Laird <claird at phaseit.net>
Business:  http://www.Phaseit.net




More information about the Python-list mailing list