MCPcopy
hub / github.com/fastapi/fastapi / render_banner_sponsors_partial

Function render_banner_sponsors_partial

scripts/docs.py:540–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

538
539
540def render_banner_sponsors_partial() -> str:
541 sponsors_path = en_docs_path / "data" / "sponsors.yml"
542 sponsors = yaml.safe_load(sponsors_path.read_text(encoding="utf-8"))
543 template = Template(banner_sponsors_template)
544 return template.render(banner_sponsors=get_banner_sponsors(sponsors))
545
546
547@app.command()

Callers 1

render_banner_sponsorsFunction · 0.85

Calls 2

get_banner_sponsorsFunction · 0.85
renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…