MCPcopy
hub / github.com/encode/starlette / homepage

Function homepage

tests/test_applications.py:339–340  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

337
338def test_app_debug(test_client_factory: TestClientFactory) -> None:
339 async def homepage(request: Request) -> None:
340 raise RuntimeError()
341
342 app = Starlette(
343 routes=[

Callers

nothing calls this directly

Calls 1

PlainTextResponseClass · 0.90

Tested by

no test coverage detected