- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for _annotation_is_sequence (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/_compat/shared.py
if origin is Union or origin is UnionType: for arg in get_args(annotation): if field_annotation_is_sequence(arg): return True return False return _annotation_is_sequence(annotation) or _annotation_is_sequence( get_origin(annotation) ) def value_is_sequence(value: Any) -> bool: return isinstance(value, sequence_types) and not isinstance(value, (str, bytes))Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 6.7K bytes - Click Count (0)