MCPcopy
hub / github.com/fastapi/fastapi / EndpointContext

Class EndpointContext

fastapi/exceptions.py:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class EndpointContext(TypedDict, total=False):
11 function: str
12 path: str
13 file: str
14 line: int
15
16
17class HTTPException(StarletteHTTPException):

Callers 4

serialize_responseFunction · 0.90
appFunction · 0.90
_serialize_dataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…