Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for app_specific (0.04 seconds)

  1. tests/test_router_events.py

        @asynccontextmanager
        async def lifespan(
            app: FastAPI,
        ) -> AsyncGenerator[dict[str, Union[str, bool]], None]:
            yield {
                "app_specific": True,
                "overridden": "app",
            }
    
        @asynccontextmanager
        async def router_lifespan(
            app: FastAPI,
        ) -> AsyncGenerator[dict[str, Union[str, bool]], None]:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 7.3K bytes
    - Click Count (0)
Back to Top