- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for _security_dependencies (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/dependencies/models.py
def _security_scheme(self) -> SecurityBase: unwrapped = _unwrapped_call(self.call) assert isinstance(unwrapped, SecurityBase) return unwrapped @cached_property def _security_dependencies(self) -> list["Dependant"]: security_deps = [dep for dep in self.dependencies if dep._is_security_scheme] return security_deps @cached_property def is_gen_callable(self) -> bool:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 18:41:21 GMT 2026 - 7.1K bytes - Click Count (0)