MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / get_languages

Function get_languages

main.py:354–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352
353
354def get_languages():
355 return sorted(tutorial_data[get_host()].keys())
356
357def get_language_names():
358 arr = []

Callers 3

get_language_namesFunction · 0.85
error404Function · 0.85
indexFunction · 0.85

Calls 2

get_hostFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected