Skip to content

self.__dict__.iteritems() not available in Python 3

This statement does not work for my Python 3 interpreter, because dict.iteritems() and dict.iterkeys() do not exist in python 3