Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ fetch_json
Function
fetch_json
scripts/update_docfx.py:23–25 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
21
22
23
def
fetch_json(url):
24
r = http.request(
"GET"
, url)
25
return
json.loads(r.data)
26
27
28
def
choose_version(versions, allow_prerelease, explicit_version=None):
Callers
1
main
Function · 0.85
Calls
1
request
Method · 0.45
Tested by
no test coverage detected