MCPcopy Index your code
hub / github.com/fastapi/fastapi / list_llm_translatable

Function list_llm_translatable

scripts/translate.py:255–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253
254@app.command()
255def list_llm_translatable() -> list[str]:
256 translatable_langs = get_llm_translatable()
257 print("LLM translatable languages:", translatable_langs)
258 return translatable_langs
259
260
261@app.command()

Callers

nothing calls this directly

Calls 1

get_llm_translatableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…