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

Function value_is_sequence

fastapi/_compat/shared.py:76–77  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

74
75
76def value_is_sequence(value: Any) -> bool:
77 return isinstance(value, sequence_types) and not isinstance(value, (str, bytes))
78
79
80def _annotation_is_complex(annotation: type[Any] | None) -> bool:

Callers 1

_extract_form_bodyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…