MCPcopy Index your code
hub / github.com/ChinaGodMan/UserScripts / find_locale

Function find_locale

utils/navigation.py:17–21  ·  view source on GitHub ↗
(key_to_find)

Source from the content-addressed store, hash-verified

15
16
17def find_locale(key_to_find):
18 for item in national:
19 if key_to_find in item:
20 return item[key_to_find]
21 return None
22
23
24def build_html(md_files, path, lang='zh-CN'):

Callers 1

build_htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected