def load(self): result = pickle.Unpickler.load(self) self.extended_init = pickle.Unpickler.load(self) return result