(self, other)
| 326 | return json.loads(text) |
| 327 | |
| 328 | def __eq__(self, other): |
| 329 | return self.__dict__ == other.__dict__ |
| 330 | |
| 331 | def __repr__(self): |
| 332 | return "{} {}".format(self.__class__.__name__, self.to_json_string()) |
nothing calls this directly
no outgoing calls
no test coverage detected