- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for get_wrapped_endpoint_async_wrapper (1.07 sec)
-
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
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 11.2K bytes - Viewed (0)