MCPcopy
hub / github.com/fastapi/fastapi / test_default_response_class.py

File test_default_response_class.py

tests/test_default_response_class.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import Any
2
3from fastapi import APIRouter, FastAPI
4from fastapi.responses import HTMLResponse, JSONResponse, PlainTextResponse

Callers

nothing calls this directly

Calls 3

FastAPIClass · 0.90
APIRouterClass · 0.90
include_routerMethod · 0.45

Tested by

no test coverage detected