Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
125
def
get_webdriver():
126
global WEB_DRIVER
127
if
WEB_DRIVER is None:
128
WEB_DRIVER = WebDriver()
129
return
WEB_DRIVER
Callers
3
test_singleton
Function · 0.90
test_readme_file
Function · 0.90
__init__
Method · 0.85
Calls
1
WebDriver
Class · 0.85
Tested by
2
test_singleton
Function · 0.72
test_readme_file
Function · 0.72