)]}'
{"os_brick/exception.py":[{"author":{"_account_id":16721,"name":"Zohar Mamedov","email":"zohar.cloud@gmail.com","username":"zohar"},"change_message_id":"edc88c9d2790f2c0ee19e211eb5a560846d69cf1","unresolved":true,"context_lines":[{"line_number":186,"context_line":"    def __init__(self, *args, **kwargs):"},{"line_number":187,"context_line":"        self._exceptions: List[tuple] \u003d []"},{"line_number":188,"context_line":"        self._repr: Optional[str] \u003d None"},{"line_number":189,"context_line":"        self._exc_msg_args \u003d []"},{"line_number":190,"context_line":"        super(ExceptionChainer, self).__init__(*args, **kwargs)"},{"line_number":191,"context_line":""},{"line_number":192,"context_line":"    def __repr__(self):"}],"source_content_type":"text/x-python","patch_set":7,"id":"05b61714_f5a7ba33","line":189,"updated":"2021-08-25 05:52:26.000000000","message":"just curious, why not do type checking, even if its very generic, on this too?","commit_id":"b29f1529228bb7a16c2373f7bbf1cf862438aa23"},{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"97bd3f565ca0d1e908d514e6759b27608ecc0952","unresolved":true,"context_lines":[{"line_number":186,"context_line":"    def __init__(self, *args, **kwargs):"},{"line_number":187,"context_line":"        self._exceptions: List[tuple] \u003d []"},{"line_number":188,"context_line":"        self._repr: Optional[str] \u003d None"},{"line_number":189,"context_line":"        self._exc_msg_args \u003d []"},{"line_number":190,"context_line":"        super(ExceptionChainer, self).__init__(*args, **kwargs)"},{"line_number":191,"context_line":""},{"line_number":192,"context_line":"    def __repr__(self):"}],"source_content_type":"text/x-python","patch_set":7,"id":"43c36061_c6d41862","line":189,"in_reply_to":"05b61714_f5a7ba33","updated":"2021-11-15 17:11:06.000000000","message":"This is implicitly a List[Any] and is type-checked with that type.  This is why the list() call had to be added to line 221.","commit_id":"b29f1529228bb7a16c2373f7bbf1cf862438aa23"}]}
