Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iscoroutinefunction (0.05 sec)

  1. fastapi/dependencies/models.py

            if iscoroutinefunction(_impartial(dunder_call)) or iscoroutinefunction(
                _unwrapped_call(dunder_call)
            ):
                return True
            dunder_unwrapped_call = getattr(_unwrapped_call(self.call), "__call__", None)  # noqa: B004
            if dunder_unwrapped_call is None:
                return False  # pragma: no cover
            if iscoroutinefunction(
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top