def next(self): (key, value) = self.dict.next() f = StringIO(value) return (key, Unpickler(f).load())