Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/fastapi
/ get_lang_paths
Function
get_lang_paths
scripts/docs.py:108–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
107
108
def
get_lang_paths() -> list[Path]:
109
return
sorted(docs_path.iterdir())
110
111
112
def
lang_callback(lang: str | None) -> str | None:
Callers
5
complete_existing_lang
Function · 0.85
build_all
Function · 0.85
get_updated_config_content
Function · 0.85
ensure_non_translated
Function · 0.85
langs_json
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…