I\'m trying to create a persistent dictionary by wrapping the type dict and by especially overloading __setitem__ to write the values to a file.
dict
__setitem__