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