MCPcopy
hub / github.com/bugy/script-server / load

Method load

src/e2e_tests/common/pages.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 self.url = ""
85
86 def load(self):
87 self.browser.get(self.host + self.url)
88
89 @property
90 def all_script_links(self):

Callers 11

test_home_pageFunction · 0.95
mainFunction · 0.80
conftest.pyFile · 0.80
pytest_configureFunction · 0.80
update_configMethod · 0.80

Calls 1

getMethod · 0.45