MCPcopy 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

dataMethod · 0.45
joinMethod · 0.45
mapMethod · 0.45
sortMethod · 0.45

Tested by

no test coverage detected