Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ language_index
Function
language_index
scripts/languages/twlang.py:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
76
77
def
language_index():
78
with
open(
"data/languages/index.txt"
, encoding=
"utf-8"
)
as
f:
79
return
{key: value
for
(key, _), value in decode(f, 3, allow_context=False).items()}
80
81
82
def
languages():
Callers
1
languages
Function · 0.85
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected