Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DecoratedCallable (0.06 seconds)

  1. fastapi/routing.py

            path: str,
            methods: Optional[Collection[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,
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 174.6K bytes
    - Click Count (0)
Back to Top