Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
class
EndpointContext(TypedDict, total=False):
11
function: str
12
path: str
13
file: str
14
line: int
15
16
17
class
HTTPException(StarletteHTTPException):
Callers
4
_extract_endpoint_context
Function · 0.90
serialize_response
Function · 0.90
app
Function · 0.90
_serialize_data
Function · 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…