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

Function all_users_page

tests/test_applications.py:53–54  ·  tests/test_applications.py::all_users_page
(request: Request)

Source from the content-addressed store, hash-verified

51
52
53def all_users_page(request: Request) -> PlainTextResponse:
54 return PlainTextResponse(class="st">"Hello, everyone!")
55
56
57def user_page(request: Request) -> PlainTextResponse:

Callers

nothing calls this directly

Calls 1

PlainTextResponseClass · 0.90

Tested by

no test coverage detected