Returns the string representation of the model
(self)
| 197 | return result |
| 198 | |
| 199 | def to_str(self): |
| 200 | """Returns the string representation of the model""" |
| 201 | return pprint.pformat(self.to_dict()) |
| 202 | |
| 203 | def __repr__(self): |
| 204 | """For `print` and `pprint`""" |