MCPcopy
hub / github.com/encode/starlette / matches

Method matches

starlette/routing.py:167–168  ·  view source on GitHub ↗
(self, scope: Scope)

Source from the content-addressed store, hash-verified

165
166class BaseRoute:
167 def matches(self, scope: Scope) -> tuple[Match, Scope]:
168 raise NotImplementedError() # pragma: no cover
169
170 def url_path_for(self, name: str, /, **path_params: Any) -> URLPath:
171 raise NotImplementedError() # pragma: no cover

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected