Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ get_domain_data
Function
get_domain_data
main.py:375–378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
374
375
def
get_domain_data():
376
data = constants.DOMAIN_DATA[get_host()]
377
data[
"courses"
] = courses.get(get_host())
378
return
data
379
380
381
def
get_tutorial_data(tutorial_id, language=
"en"
):
Callers
5
error404
Function · 0.85
favicon
Function · 0.85
static_file
Function · 0.85
progress
Function · 0.85
index
Function · 0.85
Calls
2
get_host
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected