- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Unwrap (0.23 seconds)
-
fastapi/dependencies/utils.py
else: signature = inspect.signature(call) return signature def get_typed_signature(call: Callable[..., Any]) -> inspect.Signature: signature = _get_signature(call) unwrapped = inspect.unwrap(call) globalns = getattr(unwrapped, "__globals__", {}) typed_params = [ inspect.Parameter( name=param.name, kind=param.kind, default=param.default,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) -
docs/en/docs/release-notes.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
docs/de/llm-prompt.md
* «to modify»: «ändern» * «to serve» (an application): «bereitstellen» * «to serve» (a response): «ausliefern» * «to serve»: NOT «bedienen» * «to upgrade»: «aktualisieren» * «to wrap»: «wrappen» * «to wrap»: NOT «hüllen» * «`foo` as a `type`»: «`foo` vom Typ `type`» * «`foo` as a `type`»: «`foo`, ein `type`» * «FastAPI's X»: «FastAPIs X» * «Starlette's Y»: «Starlettes Y»
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 09:39:53 GMT 2025 - 11.9K bytes - Click Count (0)