get_lang_paths() — fastapi Function Reference
Architecture documentation for the get_lang_paths() function in docs.py from the fastapi codebase.
Entity Profile
Dependency Diagram
graph TD 7057f227_6b9c_6d7e_0958_8e852a5a06e4["get_lang_paths()"] 089911a1_02c3_0f6b_d62d_71c980ade67e["docs.py"] 7057f227_6b9c_6d7e_0958_8e852a5a06e4 -->|defined in| 089911a1_02c3_0f6b_d62d_71c980ade67e a02e79bd_7b70_ff2b_bf86_804979d8bb20["complete_existing_lang()"] a02e79bd_7b70_ff2b_bf86_804979d8bb20 -->|calls| 7057f227_6b9c_6d7e_0958_8e852a5a06e4 7a817bd6_0a4c_302b_47a6_6d0a82232601["build_all()"] 7a817bd6_0a4c_302b_47a6_6d0a82232601 -->|calls| 7057f227_6b9c_6d7e_0958_8e852a5a06e4 510221b2_6268_2b2a_8fa6_14408275962d["get_updated_config_content()"] 510221b2_6268_2b2a_8fa6_14408275962d -->|calls| 7057f227_6b9c_6d7e_0958_8e852a5a06e4 65497fb3_0bb2_0320_6cb0_f2f8b6334934["ensure_non_translated()"] 65497fb3_0bb2_0320_6cb0_f2f8b6334934 -->|calls| 7057f227_6b9c_6d7e_0958_8e852a5a06e4 ae9d9be8_b16c_b80f_bebb_9664305ded21["langs_json()"] ae9d9be8_b16c_b80f_bebb_9664305ded21 -->|calls| 7057f227_6b9c_6d7e_0958_8e852a5a06e4 style 7057f227_6b9c_6d7e_0958_8e852a5a06e4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
scripts/docs.py lines 102–103
def get_lang_paths() -> list[Path]:
return sorted(docs_path.iterdir())
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does get_lang_paths() do?
get_lang_paths() is a function in the fastapi codebase, defined in scripts/docs.py.
Where is get_lang_paths() defined?
get_lang_paths() is defined in scripts/docs.py at line 102.
What calls get_lang_paths()?
get_lang_paths() is called by 5 function(s): build_all, complete_existing_lang, ensure_non_translated, get_updated_config_content, langs_json.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free