Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for app_specific (0.13 sec)

  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]:
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat Aug 24 19:09:52 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top