(self, uri)
| 141 | self._notify_option_changed(uri, self.optionsForFlags(flags)) |
| 142 | |
| 143 | def unregister_uri(self, uri): |
| 144 | self.observed_uri.remove(uri) |
| 145 | |
| 146 | def sourceKitOptions(self, uri): |
| 147 | file_path = uri2realpath(uri) |
no outgoing calls
no test coverage detected