Searched refs:_write_representation (Results 1 – 1 of 1) sorted by relevance
98 def _write_representation(self, value): member in Resource101 return [self._write_representation(element) for element in value]103 return dict((key, self._write_representation(sub_value))111 return dict((key, self._write_representation(value))240 request_dict = self._write_representation(request_dict)