Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rtd_switcher.js
File
rtd_switcher.js
Doc/tools/static/rtd_switcher.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
onSwitch(event) {
2
const
option = event.target.selectedIndex;
3
const
item = event.target.options[option];
4
window.location.href = item.dataset.url;
Callers
nothing calls this directly
Calls
4
data
Method · 0.45
join
Method · 0.45
map
Method · 0.45
sort
Method · 0.45
Tested by
no test coverage detected