MCPcopy
hub / github.com/impira/docquery / get_webdriver

Function get_webdriver

src/docquery/web.py:125–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123
124
125def get_webdriver():
126 global WEB_DRIVER
127 if WEB_DRIVER is None:
128 WEB_DRIVER = WebDriver()
129 return WEB_DRIVER

Callers 3

test_singletonFunction · 0.90
test_readme_fileFunction · 0.90
__init__Method · 0.85

Calls 1

WebDriverClass · 0.85

Tested by 2

test_singletonFunction · 0.72
test_readme_fileFunction · 0.72