)]}'
{"cliff/columns.py":[{"author":{"_account_id":2472,"name":"Doug Hellmann","email":"dhellmann@redhat.com","username":"doug-hellmann"},"change_message_id":"72b9e19ce5db0dc19c139cfb40ec792fe45a6c28","unresolved":true,"context_lines":[{"line_number":26,"context_line":"            self.__class__ \u003d\u003d other.__class__ and self._value \u003d\u003d other._value"},{"line_number":27,"context_line":"        )"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    def __lt__(self, other):"},{"line_number":30,"context_line":"        return ("},{"line_number":31,"context_line":"            self.__class__ \u003d\u003d other.__class__ and self._value \u003c other._value"},{"line_number":32,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":1,"id":"27d6e829_33d6a4bb","line":29,"updated":"2021-01-28 15:27:03.000000000","message":"Should we go ahead and add functools.total_ordering to the class? That could come in a separate patch if we think it\u0027s useful.","commit_id":"88a4774eeada0ab5432100b584985c00f0aa711a"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"9f490683148d628d03f71e2e950df92623eb6ab2","unresolved":true,"context_lines":[{"line_number":26,"context_line":"            self.__class__ \u003d\u003d other.__class__ and self._value \u003d\u003d other._value"},{"line_number":27,"context_line":"        )"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    def __lt__(self, other):"},{"line_number":30,"context_line":"        return ("},{"line_number":31,"context_line":"            self.__class__ \u003d\u003d other.__class__ and self._value \u003c other._value"},{"line_number":32,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":1,"id":"b32db1a3_601e1386","line":29,"in_reply_to":"27d6e829_33d6a4bb","updated":"2021-01-28 15:49:44.000000000","message":"Oh, I didn\u0027t know that was a thing. I can at it but is it necessary? I figured it the other magic methods were implied, since I can sort both directions with just this and \u0027__eq__\u0027.","commit_id":"88a4774eeada0ab5432100b584985c00f0aa711a"}]}
