type = "instance" instead of "dict"

Cruella DeVille siv.hansen at gmail.com
Mon Feb 27 17:59:37 EST 2006


I created a class Dict (not dict), but since it only complicates things
for me I implemented my program without it.

when I wrote myDictionary = dictionary.__dict__.iteritems() it worked
better...
what does the __dict__ mean?




More information about the Python-list mailing list