- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for get_synchronous_method_gen_dependency (0.1 sec)
-
tests/test_dependency_class.py
async def get_synchronous_method_dependency( value: str = Depends(methods_dependency.synchronous), ): return value @app.get("/synchronous-method-gen-dependency") async def get_synchronous_method_gen_dependency( value: str = Depends(methods_dependency.synchronous_gen), ): return value @app.get("/asynchronous-method-dependency") async def get_asynchronous_method_dependency(
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 4.4K bytes - Viewed (0)