def __init__(self, *args, **kwargs): Pickler.__init__(self, *args, **kwargs) self.dispatch_table = dispatch_table.copy() self.dispatch_table.update(self._extra_reducers)