Lines Matching refs:object_dict
873 object_dict = dict((field_name, getattr(self, field_name))875 self.clean_object_dicts([object_dict])876 self._postprocess_object_dict(object_dict)877 return object_dict880 def _postprocess_object_dict(self, object_dict):