Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/fastapi
/ get_en_config
Function
get_en_config
scripts/docs.py:104–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
103
104
def
get_en_config() -> dict[str, Any]:
105
return
yaml.unsafe_load(en_config_path.read_text(encoding=
"utf-8"
))
106
107
108
def
get_lang_paths() -> list[Path]:
Callers
2
update_languages
Function · 0.85
get_updated_config_content
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected