MCPcopy Index your code
hub / github.com/fastapi/fastapi / url_path_for

Method url_path_for

fastapi/routing.py:2058–2059  ·  view source on GitHub ↗
(self, name: str, /, **path_params: Any)

Source from the content-addressed store, hash-verified

2056 await self.app(scope, receive, send)
2057
2058 def url_path_for(self, name: str, /, **path_params: Any) -> URLPath:
2059 raise NoMatchFound(name, path_params)
2060
2061
2062class _FrontendRouteGroup(BaseRoute):

Callers 2

url_path_forMethod · 0.45
url_path_forMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected