- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for get_typed_annotation (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/dependencies/utils.py
kind=param.kind, default=param.default, annotation=get_typed_annotation(param.annotation, globalns), ) for param in signature.parameters.values() ] typed_signature = inspect.Signature(typed_params) return typed_signature def get_typed_annotation(annotation: Any, globalns: dict[str, Any]) -> Any: if isinstance(annotation, str):Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 37.6K bytes - Click Count (3)