Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ EndpointInfo
Class
EndpointInfo
starlette/schemas.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
EndpointInfo(NamedTuple):
28
path: str
29
http_method: str
30
func: Callable[..., Any]
31
32
33
_remove_converter_pattern = re.compile(r
":\w+}"
)
Callers
1
get_endpoints
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected