MCPcopy Index your code
hub / github.com/fastapi/fastapi / ParamDetails

Class ParamDetails

fastapi/dependencies/utils.py:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386@dataclass
387class ParamDetails:
388 type_annotation: Any
389 depends: params.Depends | None
390 field: ModelField | None
391
392
393def analyze_param(

Callers 1

analyze_paramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…