def __init__(self, date_format, *args, **kwargs): self.date_format = date_format json.JSONDecoder.__init__(self, object_hook=self.date_to_object, *args, **kwargs)