MCPcopy 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
77def 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
82def languages():

Callers 1

languagesFunction · 0.85

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected