(self, name: str, /, **path_params: Any)
| 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 | |
| 2062 | class _FrontendRouteGroup(BaseRoute): |
no outgoing calls
no test coverage detected