MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / open_url

Method open_url

projects/Browser/main.py:50–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48
49 # Load the URL entered in the URL bar
50 def open_url(self):
51 url = self.url_bar.text()
52 self.browser.setUrl(QUrl(url))
53
54 # Update the URL bar when the browser URL changes
55 def update_url(self, q):

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected