- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for app_specific (0.06 sec)
-
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)