Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_partial_async_callable_gen_dependency (0.43 sec)

  1. tests/test_dependency_partial.py

            ),
        ],
    ) -> str:
        return value
    
    
    @app.get("/partial-async-callable-gen-dependency")
    async def get_partial_async_callable_gen_dependency(
        value: Annotated[
            str,
            Depends(
                partial(
                    async_callable_gen_dependency, "partial-async-callable-gen-dependency"
                )
            ),
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top