(wb, event)
| 41 | webview.load_uri(urljoin(self.address, f"?{q}")) |
| 42 | webview.set_hexpand(True) |
| 43 | webview.set_vexpand(True) |
| 44 | def monitor_loading(wb, event): |
| 45 | if event == WebKit.LoadEvent.FINISHED: |
| 46 | self.loaded = True |
| 47 | webview.connect("load-changed", monitor_loading) |
| 48 | self.webview = webview |
nothing calls this directly
no outgoing calls
no test coverage detected