MCPcopy
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
27class 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_endpointsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected