MCPcopy 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
104def get_en_config() -> dict[str, Any]:
105 return yaml.unsafe_load(en_config_path.read_text(encoding="utf-8"))
106
107
108def get_lang_paths() -> list[Path]:

Callers 2

update_languagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected