Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ get_tutorial_data
Function
get_tutorial_data
main.py:381–382 ·
view source on GitHub ↗
(tutorial_id, language="en")
Source
from the content-addressed store, hash-verified
379
380
381
def
get_tutorial_data(tutorial_id, language=
"en"
):
382
return
tutorial_data[get_host()][language][tutorial_id]
383
384
385
def
get_tutorial(tutorial_id, language=
"en"
):
Callers
1
get_tutorial
Function · 0.85
Calls
1
get_host
Function · 0.85
Tested by
no test coverage detected