- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for wrapped_dependency_async_wrapper (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_dependency_wrapped.py
return True @app.get("/async-wrapped-endpoint/") @noop_wrap async def get_async_wrapped_endpoint(): return True # Async wrapper @noop_wrap_async def wrapped_dependency_async_wrapper() -> bool: return True @noop_wrap_async def wrapped_gen_dependency_async_wrapper() -> Generator[bool, None, None]: yield True @noop_wrap_async
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 11.2K bytes - Click Count (0)