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