)]}'
{"glance/domain/proxy.py":[{"author":{"_account_id":8122,"name":"Cyril Roelandt","email":"cyril@redhat.com","username":"cyril.roelandt.enovance"},"change_message_id":"183fb47787884f8857ed93d83dc434377ea7d3df","unresolved":true,"context_lines":[{"line_number":105,"context_line":"        return self.helper.proxy(result)"},{"line_number":106,"context_line":""},{"line_number":107,"context_line":"    def set_property_atomic(self, item, name, value):"},{"line_number":108,"context_line":"        msg \u003d \u0027%s is only valid for images\u0027 % Repo.__name__"},{"line_number":109,"context_line":"        assert hasattr(item, \u0027image_id\u0027), msg"},{"line_number":110,"context_line":"        self.base.set_property_atomic(item, name, value)"},{"line_number":111,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"3b2872c1_71a0d12e","line":108,"range":{"start_line":108,"start_character":51,"end_line":108,"end_character":59},"updated":"2026-06-25 11:39:35.000000000","message":"We could avoid hardcoding Repo by using type(self).__name__. I think what the original author intended here is to print the method name? I think it\u0027s harder to retrieve, but we could do: type(self).__name__.set_property_atomic. What do you think?","commit_id":"3e932fc8ce4c2638ca7d0cfefe775a3cb387d62d"},{"author":{"_account_id":8122,"name":"Cyril Roelandt","email":"cyril@redhat.com","username":"cyril.roelandt.enovance"},"change_message_id":"183fb47787884f8857ed93d83dc434377ea7d3df","unresolved":true,"context_lines":[{"line_number":110,"context_line":"        self.base.set_property_atomic(item, name, value)"},{"line_number":111,"context_line":""},{"line_number":112,"context_line":"    def delete_property_atomic(self, item, name, value):"},{"line_number":113,"context_line":"        msg \u003d \u0027%s is only valid for images\u0027 % Repo.__name__"},{"line_number":114,"context_line":"        assert hasattr(item, \u0027image_id\u0027), msg"},{"line_number":115,"context_line":"        self.base.delete_property_atomic(item, name, value)"},{"line_number":116,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"9dc45b54_66b162fd","line":113,"range":{"start_line":113,"start_character":51,"end_line":113,"end_character":59},"updated":"2026-06-25 11:39:35.000000000","message":"Ditto","commit_id":"3e932fc8ce4c2638ca7d0cfefe775a3cb387d62d"}]}
