- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for get_wrapped_endpoint_async_wrapper (0.58 seconds)
-
tests/test_dependency_wrapped.py
value: ClassDep = Depends(wrapped_class_dep_async_wrapper), ): return value.value @app.get("/wrapped-endpoint-async-wrapper/") @noop_wrap_async def get_wrapped_endpoint_async_wrapper(): return True @app.get("/async-wrapped-endpoint-async-wrapper/") @noop_wrap_async async def get_async_wrapped_endpoint_async_wrapper(): return True
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 11.2K bytes - Click Count (0)