MCPcopy 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
375def get_domain_data():
376 data = constants.DOMAIN_DATA[get_host()]
377 data["courses"] = courses.get(get_host())
378 return data
379
380
381def get_tutorial_data(tutorial_id, language="en"):

Callers 5

error404Function · 0.85
faviconFunction · 0.85
static_fileFunction · 0.85
progressFunction · 0.85
indexFunction · 0.85

Calls 2

get_hostFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected