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