Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DecoratedCallable (0.1 sec)

  1. fastapi/routing.py

            path: str,
            methods: Optional[List[str]] = None,
            name: Optional[str] = None,
            include_in_schema: bool = True,
        ) -> Callable[[DecoratedCallable], DecoratedCallable]:
            def decorator(func: DecoratedCallable) -> DecoratedCallable:
                self.add_route(
                    path,
                    func,
                    methods=methods,
                    name=name,
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 09:44:57 UTC 2024
    - 172.1K bytes
    - Viewed (0)
Back to top