Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. fastapi/dependencies/models.py

                _impartial(self.call)
            ):
                return True
            if inspect.isroutine(_unwrapped_call(self.call)) and iscoroutinefunction(
                _unwrapped_call(self.call)
            ):
                return True
            if inspect.isclass(_unwrapped_call(self.call)):
                return False
            dunder_call = getattr(_impartial(self.call), "__call__", None)  # noqa: B004
    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