Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
def
get_languages():
355
return
sorted(tutorial_data[get_host()].keys())
356
357
def
get_language_names():
358
arr = []
Callers
3
get_language_names
Function · 0.85
error404
Function · 0.85
index
Function · 0.85
Calls
2
get_host
Function · 0.85
keys
Method · 0.45
Tested by
no test coverage detected