MCPcopy 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
381def get_tutorial_data(tutorial_id, language="en"):
382 return tutorial_data[get_host()][language][tutorial_id]
383
384
385def get_tutorial(tutorial_id, language="en"):

Callers 1

get_tutorialFunction · 0.85

Calls 1

get_hostFunction · 0.85

Tested by

no test coverage detected